Index: Source/WebKit/chromium/src/ContextFeaturesClientImpl.cpp |
=================================================================== |
--- Source/WebKit/chromium/src/ContextFeaturesClientImpl.cpp (revision 134364) |
+++ Source/WebKit/chromium/src/ContextFeaturesClientImpl.cpp (working copy) |
@@ -140,6 +140,7 @@ |
return defaultValue; |
switch (type) { |
+ case ContextFeatures::ShadowDOM: |
case ContextFeatures::StyleScoped: |
return m_client->allowWebComponents(WebDocument(document), defaultValue); |
case ContextFeatures::HTMLNotifications: |