Title: [218280] branches/safari-603-branch/Source/WebKit/win
Revision
218280
Author
matthew_han...@apple.com
Date
2017-06-14 12:20:29 -0700 (Wed, 14 Jun 2017)

Log Message

<rdar://problem/32585333> SUIsottaGasket 5G21 / Jordan 6A96: WebKit-7603.3.4 fails to build: error LNK2001: unresolved external symbol allowsPageCacheWithWindowOpener

Modified Paths

Diff

Modified: branches/safari-603-branch/Source/WebKit/win/ChangeLog (218279 => 218280)


--- branches/safari-603-branch/Source/WebKit/win/ChangeLog	2017-06-14 19:20:01 UTC (rev 218279)
+++ branches/safari-603-branch/Source/WebKit/win/ChangeLog	2017-06-14 19:20:29 UTC (rev 218280)
@@ -1,3 +1,17 @@
+2017-06-14  Per Arne Vollan  <pvol...@apple.com>
+
+        [Win] Link errors on tag WebKit-603.3.4
+        https://bugs.webkit.org/show_bug.cgi?id=173003
+
+        Reviewed by Brent Fulgham.
+
+        Remove the unused methods WebPreferences::allowsPageCacheWithWindowOpener and
+        WebPreferences::setAllowsPageCacheWithWindowOpener. They have already been removed
+        on trunk.
+ 
+        * Interfaces/IWebPreferencesPrivate.idl:
+        * WebPreferences.h:
+
 2017-06-01  Matthew Hanson  <matthew_han...@apple.com>
 
         Cherry-pick r212173. rdar://problem/32080671

Modified: branches/safari-603-branch/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl (218279 => 218280)


--- branches/safari-603-branch/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl	2017-06-14 19:20:01 UTC (rev 218279)
+++ branches/safari-603-branch/Source/WebKit/win/Interfaces/IWebPreferencesPrivate.idl	2017-06-14 19:20:29 UTC (rev 218280)
@@ -191,7 +191,4 @@
 interface IWebPreferencesPrivate4 : IWebPreferencesPrivate3
 {
     HRESULT setApplicationId([in] BSTR applicationId);
-
-    HRESULT allowsPageCacheWithWindowOpener([out, retval] BOOL* usesPageCache);
-    HRESULT setAllowsPageCacheWithWindowOpener([in] BOOL usesPageCache);
 }

Modified: branches/safari-603-branch/Source/WebKit/win/WebPreferences.h (218279 => 218280)


--- branches/safari-603-branch/Source/WebKit/win/WebPreferences.h	2017-06-14 19:20:01 UTC (rev 218279)
+++ branches/safari-603-branch/Source/WebKit/win/WebPreferences.h	2017-06-14 19:20:29 UTC (rev 218280)
@@ -245,8 +245,6 @@
 
     // IWebPreferencesPrivate4
     virtual HRESULT STDMETHODCALLTYPE setApplicationId(BSTR);
-    virtual HRESULT STDMETHODCALLTYPE allowsPageCacheWithWindowOpener(_Out_ BOOL*);
-    virtual HRESULT STDMETHODCALLTYPE setAllowsPageCacheWithWindowOpener(BOOL);
 
     // WebPreferences
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to