Index: third_party/WebKit/public/web/WebRuntimeFeatures.h |
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
index 57a01becc6df3218a340714850955d8a69650ea9..508cf2e710e30140f9e9ea19964e9e38c52f863a 100644 |
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h |
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h |
@@ -84,6 +84,7 @@ class WebRuntimeFeatures { |
BLINK_EXPORT static void enableFileSystem(bool); |
BLINK_EXPORT static void enableGamepadExtensions(bool); |
BLINK_EXPORT static void enableGenericSensor(bool); |
+ BLINK_EXPORT static void enableHeapCompaction(bool); |
BLINK_EXPORT static void enableInputMultipleFieldsUI(bool); |
BLINK_EXPORT static void enableLazyParseCSS(bool); |
BLINK_EXPORT static void enableMediaCapture(bool); |