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

Unified Diff: Source/WebCore/html/HTMLImageLoader.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/HTMLEmbedElement.cpp ('k') | Source/WebCore/html/canvas/CanvasGradient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/HTMLImageLoader.cpp
diff --git a/Source/WebCore/html/HTMLImageLoader.cpp b/Source/WebCore/html/HTMLImageLoader.cpp
index a3a34a1f1c265973a99ce76009142ff0c08c64d0..9e2f3039a489469266769a6b4eceb199c87939c6 100644
--- a/Source/WebCore/html/HTMLImageLoader.cpp
+++ b/Source/WebCore/html/HTMLImageLoader.cpp
@@ -62,12 +62,6 @@ void HTMLImageLoader::dispatchLoadEvent()
String HTMLImageLoader::sourceURI(const AtomicString& attr) const
{
-#if ENABLE(DASHBOARD_SUPPORT)
- Settings* settings = element()->document()->settings();
- if (settings && settings->usesDashboardBackwardCompatibilityMode() && attr.length() > 7 && attr.startsWith("url(\"") && attr.endsWith("\")"))
- return attr.string().substring(5, attr.length() - 7);
-#endif
-
return stripLeadingAndTrailingHTMLSpaces(attr);
}
« no previous file with comments | « Source/WebCore/html/HTMLEmbedElement.cpp ('k') | Source/WebCore/html/canvas/CanvasGradient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698