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

Unified Diff: Source/WebCore/testing/Internals.h

Issue 13646003: DevTools: Remove ENABLE(INSPECTOR) and ENABLE(JAVASCRIPT_DEBUGGER) from the code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 7 years, 8 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/platform/ThreadGlobalData.cpp ('k') | Source/WebCore/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/testing/Internals.h
diff --git a/Source/WebCore/testing/Internals.h b/Source/WebCore/testing/Internals.h
index f2003e3cb61fa5a7bd3203a0e3a0a09ef8eaf966..c3c0da0b6ce4b30b5e598a42369c2c27d59c776e 100644
--- a/Source/WebCore/testing/Internals.h
+++ b/Source/WebCore/testing/Internals.h
@@ -241,7 +241,6 @@ public:
void insertAuthorCSS(Document*, const String&) const;
void insertUserCSS(Document*, const String&) const;
-#if ENABLE(INSPECTOR)
unsigned numberOfLiveNodes() const;
unsigned numberOfLiveDocuments() const;
Vector<String> consoleMessageArgumentCounts(Document*) const;
@@ -249,7 +248,6 @@ public:
void closeDummyInspectorFrontend();
void setInspectorResourcesDataSizeLimits(int maximumResourcesContentSize, int maximumSingleResourceContentSize, ExceptionCode&);
void setJavaScriptProfilingEnabled(bool enabled, ExceptionCode&);
-#endif
String counterValue(Element*);
@@ -316,10 +314,8 @@ private:
Vector<String> iconURLs(Document*, int iconTypesMask) const;
DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionCode&);
-#if ENABLE(INSPECTOR)
RefPtr<DOMWindow> m_frontendWindow;
OwnPtr<InspectorFrontendChannelDummy> m_frontendChannel;
-#endif
};
} // namespace WebCore
« no previous file with comments | « Source/WebCore/platform/ThreadGlobalData.cpp ('k') | Source/WebCore/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698