Changeset 49304 in webkit


Ignore:
Timestamp:
Oct 8, 2009 8:38:26 AM (15 years ago)
Author:
Adam Roben
Message:

Move the new IWebViewPrivate::inspectorPrivate function after all functions that existed when Safari 4.0.3 was released

Fixes <http://webkit.org/b/30085> REGRESSION (r49091): run-safari
crashes in Safari.dll

Reviewed by John Sullivan.

  • Interfaces/IWebViewPrivate.idl: Moved inspectorPrivate to the end of

the interface, so it won't modify the vtable that Safari 4.0.3 sees.

Location:
trunk/WebKit/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/win/ChangeLog

    r49299 r49304  
     12009-10-08  Adam Roben  <aroben@apple.com>
     2
     3        Move the new IWebViewPrivate::inspectorPrivate function after all
     4        functions that existed when Safari 4.0.3 was released
     5
     6        Fixes <http://webkit.org/b/30085> REGRESSION (r49091): run-safari
     7        crashes in Safari.dll
     8
     9        Reviewed by John Sullivan.
     10
     11        * Interfaces/IWebViewPrivate.idl: Moved inspectorPrivate to the end of
     12        the interface, so it won't modify the vtable that Safari 4.0.3 sees.
     13
    1142009-10-07  Adam Roben  <aroben@apple.com>
    215
  • trunk/WebKit/win/Interfaces/IWebViewPrivate.idl

    r49299 r49304  
    117117    HRESULT inspector([out, retval] IWebInspector**);
    118118
    119     HRESULT inspectorPrivate([out, retval] IWebInspectorPrivate**);
    120 
    121119    HRESULT clearUndoRedoOperations();
    122120
     
    211209    // Removes all white list entries created with whiteListAccessFromOrigin.
    212210    HRESULT resetOriginAccessWhiteLists();
     211
     212    HRESULT inspectorPrivate([out, retval] IWebInspectorPrivate**);
    213213}
Note: See TracChangeset for help on using the changeset viewer.