Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: Source/WebCore/html/HTMLEmbedElement.cpp

Issue 13650009: Remove Dashboard support and supporting files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compiler error due to misspelling in code "Dashbard" Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/html/HTMLElement.cpp ('k') | Source/WebCore/html/HTMLImageLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLEmbedElement.cpp
diff --git a/Source/WebCore/html/HTMLEmbedElement.cpp b/Source/WebCore/html/HTMLEmbedElement.cpp
index b731c52882379636c4d526b3f91c635282a75c7b..d492c8b95a49bfa2edde2d62a594ad6b0d94cca9 100644
--- a/Source/WebCore/html/HTMLEmbedElement.cpp
+++ b/Source/WebCore/html/HTMLEmbedElement.cpp
@@ -192,15 +192,6 @@ bool HTMLEmbedElement::rendererIsNeeded(const NodeRenderingContext& context)
return false;
}
}
-
-#if ENABLE(DASHBOARD_SUPPORT)
- // Workaround for <rdar://problem/6642221>.
- if (Settings* settings = frame->settings()) {
- if (settings->usesDashboardBackwardCompatibilityMode())
- return true;
- }
-#endif
-
return HTMLPlugInImageElement::rendererIsNeeded(context);
}
« no previous file with comments | « Source/WebCore/html/HTMLElement.cpp ('k') | Source/WebCore/html/HTMLImageLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698