diff options
Diffstat (limited to 'WebKit/mac/Plugins/WebNetscapePluginEventHandler.mm')
| -rw-r--r-- | WebKit/mac/Plugins/WebNetscapePluginEventHandler.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/mac/Plugins/WebNetscapePluginEventHandler.mm b/WebKit/mac/Plugins/WebNetscapePluginEventHandler.mm index e8e6d8a..c886d7b 100644 --- a/WebKit/mac/Plugins/WebNetscapePluginEventHandler.mm +++ b/WebKit/mac/Plugins/WebNetscapePluginEventHandler.mm @@ -28,11 +28,11 @@ #import "WebNetscapePluginEventHandler.h" #import <wtf/Assertions.h> -#import "WebBaseNetscapePluginView.h" +#import "WebNetscapePluginView.h" #import "WebNetscapePluginEventHandlerCarbon.h" #import "WebNetscapePluginEventHandlerCocoa.h" -WebNetscapePluginEventHandler* WebNetscapePluginEventHandler::create(WebBaseNetscapePluginView* pluginView) +WebNetscapePluginEventHandler* WebNetscapePluginEventHandler::create(WebNetscapePluginView* pluginView) { switch ([pluginView eventModel]) { #ifndef NP_NO_CARBON |
