Title: [95650] trunk/Source/WebKit/win
Revision
95650
Author
[email protected]
Date
2011-09-21 11:14:02 -0700 (Wed, 21 Sep 2011)

Log Message

Branch builds don't launch on Windows when run against trunk WebKit
https://bugs.webkit.org/show_bug.cgi?id=68546

Reviewed by Darin Adler.

* Interfaces/IWebPreferences.idl: Swap avFoundation and pictographicFontFamily
in IDL for binary compatibility between branch and trunk.

Modified Paths

Diff

Modified: trunk/Source/WebKit/win/ChangeLog (95649 => 95650)


--- trunk/Source/WebKit/win/ChangeLog	2011-09-21 18:01:32 UTC (rev 95649)
+++ trunk/Source/WebKit/win/ChangeLog	2011-09-21 18:14:02 UTC (rev 95650)
@@ -1,3 +1,13 @@
+2011-09-21  Steve Falkenburg  <[email protected]>
+
+        Branch builds don't launch on Windows when run against trunk WebKit
+        https://bugs.webkit.org/show_bug.cgi?id=68546
+
+        Reviewed by Darin Adler.
+
+        * Interfaces/IWebPreferences.idl: Swap avFoundation and pictographicFontFamily
+        in IDL for binary compatibility between branch and trunk.
+
 2011-09-21  Andras Becsi  <[email protected]>
 
         [Qt] Remove Qt specific code from css/SelectorChecker.cpp

Modified: trunk/Source/WebKit/win/Interfaces/IWebPreferences.idl (95649 => 95650)


--- trunk/Source/WebKit/win/Interfaces/IWebPreferences.idl	2011-09-21 18:01:32 UTC (rev 95649)
+++ trunk/Source/WebKit/win/Interfaces/IWebPreferences.idl	2011-09-21 18:14:02 UTC (rev 95650)
@@ -200,9 +200,9 @@
     HRESULT editingBehavior([out, retval] WebKitEditingBehavior* editingBehavior);
     HRESULT setEditingBehavior([in] WebKitEditingBehavior behavior);
 
+    HRESULT setAVFoundationEnabled(BOOL avFoundationEnabled);
+    HRESULT avFoundationEnabled(BOOL *avFoundationEnabled);
+
     HRESULT pictographFontFamily([out, retval] BSTR* family);
     HRESULT setPictographFontFamily([in] BSTR family);
-
-    HRESULT setAVFoundationEnabled(BOOL avFoundationEnabled);
-    HRESULT avFoundationEnabled(BOOL *avFoundationEnabled);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to