WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
116535
GraphicsLayerCA::updateLayerNames() sets CALayer names even in release builds
https://bugs.webkit.org/show_bug.cgi?id=116535
Summary
GraphicsLayerCA::updateLayerNames() sets CALayer names even in release builds
Tim Horton
Reported
2013-05-21 06:44:27 PDT
I don't know if it actually matters, but currently we go out of our way to only apply names to CALayers in debug builds. But I noticed today that some layers that you see when looking at Poster Circle have names in release builds: (transform-layer [300 200 0] [0 0 600 400] [0.5 0.5 0] (name "Transform layer ") (shadowRadius 0)
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2013-05-21 17:16:19 PDT
unpossible!
Simon Fraser (smfr)
Comment 2
2013-05-21 17:17:33 PDT
Looks like GraphicsLayerCA::updateLayerNames() is missing the #ifndef NDEBUG
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug