Bug 144490 - Add PLUGIN_ARCHITECTURE(X11) around m_frameRectInWindowCoordinates in NetscapePlugin
Summary: Add PLUGIN_ARCHITECTURE(X11) around m_frameRectInWindowCoordinates in Netscap...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sungmann Cho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-01 08:55 PDT by Sungmann Cho
Modified: 2015-05-07 13:07 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.56 KB, patch)
2015-05-01 09:00 PDT, Sungmann Cho
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sungmann Cho 2015-05-01 08:55:23 PDT
m_frameRectInWindowCoordinates in NetscapePlugin is currently being used only for the windowed plugins,
and the windowed plugins are only supported on X11. So we can guard it with PLUGIN_ARCHITECTURE(X11).
Comment 1 Sungmann Cho 2015-05-01 09:00:44 PDT
Created attachment 252152 [details]
Patch
Comment 2 Gyuyoung Kim 2015-05-01 09:08:57 PDT
CC'ing Andersca.
Comment 3 Sungmann Cho 2015-05-06 15:16:34 PDT
ping...
Comment 4 WebKit Commit Bot 2015-05-07 13:07:35 PDT
Comment on attachment 252152 [details]
Patch

Clearing flags on attachment: 252152

Committed r183941: <http://trac.webkit.org/changeset/183941>
Comment 5 WebKit Commit Bot 2015-05-07 13:07:40 PDT
All reviewed patches have been landed.  Closing bug.