Index: Source/core/page/RuntimeEnabledFeatures.cpp |
diff --git a/Source/core/page/RuntimeEnabledFeatures.cpp b/Source/core/page/RuntimeEnabledFeatures.cpp |
index 3de7ad76f441a4081c638ae97c6e0767e6225642..068096326c15d74edd3ba8e995fe25fcf15ec298 100644 |
--- a/Source/core/page/RuntimeEnabledFeatures.cpp |
+++ b/Source/core/page/RuntimeEnabledFeatures.cpp |
@@ -183,4 +183,6 @@ bool RuntimeEnabledFeatures::isWebPInAcceptHeaderEnabled = false; |
bool RuntimeEnabledFeatures::isIMEAPIEnabled = false; |
+bool RuntimeEnabledFeatures::isAnimatedWebPEnabled = false; |
+ |
} // namespace WebCore |