Modified: trunk/Source/WebKit2/ChangeLog (126292 => 126293)
--- trunk/Source/WebKit2/ChangeLog 2012-08-22 12:48:46 UTC (rev 126292)
+++ trunk/Source/WebKit2/ChangeLog 2012-08-22 12:50:08 UTC (rev 126293)
@@ -1,5 +1,12 @@
2012-08-22 Allan Sandfeld Jensen <[email protected]>
+ Unreviewed, build fixup for r126291.
+
+ * Shared/WebPreferencesStore.h:
+ (WebKit):
+
+2012-08-22 Allan Sandfeld Jensen <[email protected]>
+
[Qt] Optionally support smooth-scrolling on all platforms
https://bugs.webkit.org/show_bug.cgi?id=74926
Modified: trunk/Source/WebKit2/Shared/WebPreferencesStore.h (126292 => 126293)
--- trunk/Source/WebKit2/Shared/WebPreferencesStore.h 2012-08-22 12:48:46 UTC (rev 126292)
+++ trunk/Source/WebKit2/Shared/WebPreferencesStore.h 2012-08-22 12:50:08 UTC (rev 126293)
@@ -119,7 +119,7 @@
macro(ArtificialPluginInitializationDelayEnabled, artificialPluginInitializationDelayEnabled, Bool, bool, false) \
macro(ScrollingPerformanceLoggingEnabled, scrollingPerformanceLoggingEnabled, Bool, bool, false) \
macro(ThirdPartyStorageBlockingEnabled, thirdPartyStorageBlockingEnabled, Bool, bool, false) \
- macro(ScrollAnimatorEnabled, scrollAnimatorEnabled, Bool, bool, false \
+ macro(ScrollAnimatorEnabled, scrollAnimatorEnabled, Bool, bool, false) \
\
#define FOR_EACH_WEBKIT_DOUBLE_PREFERENCE(macro) \