Title: [122283] branches/chromium/1180/Source/WebKit/chromium/src/ContextFeaturesClientImpl.cpp
- Revision
- 122283
- Author
- [email protected]
- Date
- 2012-07-10 18:07:49 -0700 (Tue, 10 Jul 2012)
Log Message
BUG=134398
Review URL: https://chromiumcodereview.appspot.com/10700153/
Modified Paths
Diff
Modified: branches/chromium/1180/Source/WebKit/chromium/src/ContextFeaturesClientImpl.cpp (122282 => 122283)
--- branches/chromium/1180/Source/WebKit/chromium/src/ContextFeaturesClientImpl.cpp 2012-07-11 00:41:48 UTC (rev 122282)
+++ branches/chromium/1180/Source/WebKit/chromium/src/ContextFeaturesClientImpl.cpp 2012-07-11 01:07:49 UTC (rev 122283)
@@ -45,7 +45,7 @@
switch (type) {
case WebCore::ContextFeatures::ShadowDOM:
case WebCore::ContextFeatures::StyleScoped:
- return m_client->allowWebComponents(WebDocument(document), defaultValue);
+ return defaultValue;
default:
return defaultValue;
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes