diff options
Diffstat (limited to 'Source/WebKit2/Shared/WebPreferencesStore.h')
| -rw-r--r-- | Source/WebKit2/Shared/WebPreferencesStore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit2/Shared/WebPreferencesStore.h b/Source/WebKit2/Shared/WebPreferencesStore.h index 0a84cdbf8..83e0596f2 100644 --- a/Source/WebKit2/Shared/WebPreferencesStore.h +++ b/Source/WebKit2/Shared/WebPreferencesStore.h @@ -113,6 +113,7 @@ namespace WebKit { macro(ShouldRespectImageOrientation, shouldRespectImageOrientation, Bool, bool, false) \ macro(WantsBalancedSetDefersLoadingBehavior, wantsBalancedSetDefersLoadingBehavior, Bool, bool, false) \ macro(RequestAnimationFrameEnabled, requestAnimationFrameEnabled, Bool, bool, true) \ + macro(DiagnosticLoggingEnabled, diagnosticLoggingEnabled, Bool, bool, false) \ \ #define FOR_EACH_WEBKIT_DOUBLE_PREFERENCE(macro) \ |
