RESOLVED FIXED 32328
Some script binding methods lack INSPECTOR guards
https://bugs.webkit.org/show_bug.cgi?id=32328
Summary Some script binding methods lack INSPECTOR guards
Steve Block
Reported 2009-12-09 10:38:56 PST
ScriptValue::quarantineValue and some overloads of ScriptGlobalObject::set use types which are only defined when INSPECTOR is enabled. These methods should be guarded with ENABLE(INSPECTOR).
Attachments
Patch 1 for Bug 32328 (2.22 KB, patch)
2009-12-09 10:48 PST, Steve Block
no flags
Steve Block
Comment 1 2009-12-09 10:48:21 PST
WebKit Review Bot
Comment 2 2009-12-09 10:50:50 PST
style-queue ran check-webkit-style on attachment 44545 [details] without any errors.
WebKit Commit Bot
Comment 3 2009-12-09 14:54:24 PST
Comment on attachment 44545 [details] Patch 1 for Bug 32328 Clearing flags on attachment: 44545 Committed r51927: <http://trac.webkit.org/changeset/51927>
WebKit Commit Bot
Comment 4 2009-12-09 14:54:29 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.