Changeset 70655 in webkit


Ignore:
Timestamp:
Oct 27, 2010 9:12:20 AM (14 years ago)
Author:
Adam Roben
Message:

Check in file I forgot in r70653

  • DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp:

(NP_Initialize): Save the NPPluginFuncs struct the browser passed to us
so we can be naughty and modify it later.

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r70653 r70655  
     12010-10-27  Adam Roben  <aroben@apple.com>
     2
     3        Check in file I forgot in r70653
     4
     5        * DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp:
     6        (NP_Initialize): Save the NPPluginFuncs struct the browser passed to us
     7        so we can be naughty and modify it later.
     8
    192010-10-27  Adam Roben  <aroben@apple.com>
    210
  • trunk/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp

    r70242 r70655  
    387387
    388388    browser = aMozillaVTable;
     389    pluginFunctions = aPluginVTable;
    389390
    390391        aPluginVTable->size           = sizeof (NPPluginFuncs);
Note: See TracChangeset for help on using the changeset viewer.