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

Unified Diff: Source/WebCore/dom/Document.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/dom/Document.h ('k') | Source/WebCore/dom/make_names.pl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/dom/Document.cpp
diff --git a/Source/WebCore/dom/Document.cpp b/Source/WebCore/dom/Document.cpp
index 7f052417c4158fa91d3fe090121ff1c763695cb3..a532aa764e0da74eb11d3f1b32f3f06ad7b9b152 100644
--- a/Source/WebCore/dom/Document.cpp
+++ b/Source/WebCore/dom/Document.cpp
@@ -450,7 +450,7 @@ Document::Document(Frame* frame, const KURL& url, bool isXHTML, bool isHTML)
, m_hasXMLDeclaration(0)
, m_savedRenderer(0)
, m_designMode(inherit)
-#if ENABLE(DASHBOARD_SUPPORT) || ENABLE(DRAGGABLE_REGION)
+#if ENABLE(DRAGGABLE_REGION)
, m_hasAnnotatedRegions(false)
, m_annotatedRegionsDirty(false)
#endif
@@ -3354,7 +3354,7 @@ void Document::activeChainNodeDetached(Node* node)
m_activeElement = m_activeElement->parentElement();
}
-#if ENABLE(DASHBOARD_SUPPORT) || ENABLE(DRAGGABLE_REGION)
+#if ENABLE(DRAGGABLE_REGION)
const Vector<AnnotatedRegionValue>& Document::annotatedRegions() const
{
return m_annotatedRegions;
@@ -6050,7 +6050,7 @@ void Document::reportMemoryUsage(MemoryObjectInfo* memoryObjectInfo) const
info.addMember(m_xmlEncoding, "xmlEncoding");
info.addMember(m_xmlVersion, "xmlVersion");
info.addMember(m_contentLanguage, "contentLanguage");
-#if ENABLE(DASHBOARD_SUPPORT) || ENABLE(DRAGGABLE_REGION)
+#if ENABLE(DRAGGABLE_REGION)
info.addMember(m_annotatedRegions, "annotatedRegions");
#endif
info.addMember(m_cssCanvasElements, "cssCanvasElements");
« no previous file with comments | « Source/WebCore/dom/Document.h ('k') | Source/WebCore/dom/make_names.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698