summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/config.h')
-rw-r--r--chromium/third_party/WebKit/Source/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/WebKit/Source/config.h b/chromium/third_party/WebKit/Source/config.h
index d7501db1e45..e556d5b95dc 100644
--- a/chromium/third_party/WebKit/Source/config.h
+++ b/chromium/third_party/WebKit/Source/config.h
@@ -97,6 +97,7 @@
#if OS(MACOSX)
#define WTF_USE_CF 1
+#define WTF_USE_RUBBER_BANDING 1
/* We can't override the global operator new and delete on OS(MACOSX) because
* some object are allocated by WebKit and deallocated by the embedder. */