Changeset 70242 in webkit


Ignore:
Timestamp:
Oct 21, 2010 9:44:05 AM (13 years ago)
Author:
andreas.kling@nokia.com
Message:

2010-10-21 Andreas Kling <kling@webkit.org>

Reviewed by Adam Roben.

TestNetscapePlugIn: Actually call NPP_SetWindow on Unix

We were just returning NPERR_NO_ERROR previously.

  • DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp: (webkit_test_plugin_set_window):
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r70241 r70242  
     12010-10-21  Andreas Kling  <kling@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        TestNetscapePlugIn: Actually call NPP_SetWindow on Unix
     6
     7        We were just returning NPERR_NO_ERROR previously.
     8
     9        * DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp:
     10        (webkit_test_plugin_set_window):
     11
    1122010-10-21  David Kilzer  <ddkilzer@apple.com>
    213
  • trunk/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp

    r66408 r70242  
    158158    }
    159159
    160     return NPERR_NO_ERROR;
     160    return obj->pluginTest->NPP_SetWindow(instance, window);
    161161}
    162162
Note: See TracChangeset for help on using the changeset viewer.