[webkit-reviews] review granted: [Bug 103542] [Chromium] Remove pluginsScriptableObject from PlatformSupport : [Attachment 176550] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 12:47:04 PST 2012


Adam Barth <abarth at webkit.org> has granted Mark Pilgrim (Google)
<pilgrim at chromium.org>'s request for review:
Bug 103542: [Chromium] Remove pluginsScriptableObject from PlatformSupport
https://bugs.webkit.org/show_bug.cgi?id=103542

Attachment 176550: Patch
https://bugs.webkit.org/attachment.cgi?id=176550&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=176550&action=review


> Source/WebCore/plugins/PluginViewBase.h:33
> +#if USE(V8)

Technically this ifdef isn't needed since this declaration is the same for V8
and JSC, but we can leave it this way given that its only used for USE(V8).


More information about the webkit-reviews mailing list