Changeset 64285 in webkit


Ignore:
Timestamp:
Jul 29, 2010 9:35:36 AM (14 years ago)
Author:
Csaba Osztrogonác
Message:

Reviewed by Antonio Gomes.

Initialize all members of NPClass struct.
https://bugs.webkit.org/show_bug.cgi?id=43193

  • DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r64282 r64285  
     12010-07-29  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3         Reviewed by Antonio Gomes.
     4
     5         Initialize all members of NPClass struct.
     6         https://bugs.webkit.org/show_bug.cgi?id=43193
     7
     8         * DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp:
     9
    1102010-07-29  Csaba Osztrogonác  <ossy@webkit.org>
    211
  • trunk/WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp

    r63409 r64285  
    117117    pluginGetProperty,
    118118    pluginSetProperty,
     119    0, // NPClass::removeProperty
     120    0, // NPClass::enumerate
     121    0  // NPClass::construct
    119122};
    120123
Note: See TracChangeset for help on using the changeset viewer.