Title: [92291] trunk/Source/WebKit/win
- Revision
- 92291
- Author
- aro...@apple.com
- Date
- 2011-08-03 10:22:50 -0700 (Wed, 03 Aug 2011)
Log Message
Windows nightly build fix after r91777
* Interfaces/IWebPreferences.idl: Moved [set]PictographFontFamily to the end of the
interface to maintain binary compatibility with Safari 5.1.
Modified Paths
Diff
Modified: trunk/Source/WebKit/win/ChangeLog (92290 => 92291)
--- trunk/Source/WebKit/win/ChangeLog 2011-08-03 17:06:24 UTC (rev 92290)
+++ trunk/Source/WebKit/win/ChangeLog 2011-08-03 17:22:50 UTC (rev 92291)
@@ -1,3 +1,10 @@
+2011-08-03 Adam Roben <aro...@apple.com>
+
+ Windows nightly build fix after r91777
+
+ * Interfaces/IWebPreferences.idl: Moved [set]PictographFontFamily to the end of the
+ interface to maintain binary compatibility with Safari 5.1.
+
2011-08-03 Pavel Feldman <pfeld...@google.com>
Web Inspector: [Timeline] Hover on paint events and see rect outline around that area.
Modified: trunk/Source/WebKit/win/Interfaces/IWebPreferences.idl (92290 => 92291)
--- trunk/Source/WebKit/win/Interfaces/IWebPreferences.idl 2011-08-03 17:06:24 UTC (rev 92290)
+++ trunk/Source/WebKit/win/Interfaces/IWebPreferences.idl 2011-08-03 17:22:50 UTC (rev 92291)
@@ -98,9 +98,6 @@
HRESULT fantasyFontFamily([out, retval] BSTR* family);
HRESULT setFantasyFontFamily([in] BSTR family);
- HRESULT pictographFontFamily([out, retval] BSTR* family);
- HRESULT setPictographFontFamily([in] BSTR family);
-
HRESULT defaultFontSize([out, retval] int* fontSize);
HRESULT setDefaultFontSize([in] int fontSize);
@@ -202,4 +199,7 @@
HRESULT editingBehavior([out, retval] WebKitEditingBehavior* editingBehavior);
HRESULT setEditingBehavior([in] WebKitEditingBehavior behavior);
+
+ HRESULT pictographFontFamily([out, retval] BSTR* family);
+ HRESULT setPictographFontFamily([in] BSTR family);
}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes