Title: [94432] trunk/Tools
Revision
94432
Author
[email protected]
Date
2011-09-02 10:41:08 -0700 (Fri, 02 Sep 2011)

Log Message

Build fix.

* DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp:
(PrivateBrowsing::ScriptableObject::pluginTest):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (94431 => 94432)


--- trunk/Tools/ChangeLog	2011-09-02 17:36:00 UTC (rev 94431)
+++ trunk/Tools/ChangeLog	2011-09-02 17:41:08 UTC (rev 94432)
@@ -1,5 +1,12 @@
 2011-09-02  Anders Carlsson  <[email protected]>
 
+        Build fix.
+
+        * DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp:
+        (PrivateBrowsing::ScriptableObject::pluginTest):
+
+2011-09-02  Anders Carlsson  <[email protected]>
+
         Move private browsing test to a PluginTest subclass
         https://bugs.webkit.org/show_bug.cgi?id=67498
 

Modified: trunk/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp (94431 => 94432)


--- trunk/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp	2011-09-02 17:36:00 UTC (rev 94431)
+++ trunk/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/PrivateBrowsing.cpp	2011-09-02 17:41:08 UTC (rev 94432)
@@ -70,7 +70,7 @@
         }
 
     private:
-        PrivateBrowsing* pluginTest() const { return static_cast<PrivateBrowsing*>(Object::pluginTest()); }
+        PrivateBrowsing* pluginTest() const { return static_cast<PrivateBrowsing*>(Object<ScriptableObject>::pluginTest()); }
     };
 
     virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to