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

Unified Diff: sky/engine/bindings/core/v8/ScriptProfiler.h

Issue 772563003: Move many of v8_inspector dependencies out of core/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/engine/bindings/core/v8/ScriptPreprocessor.cpp ('k') | sky/engine/bindings/core/v8/ScriptProfiler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/ScriptProfiler.h
diff --git a/sky/engine/bindings/core/v8/ScriptProfiler.h b/sky/engine/bindings/core/v8/ScriptProfiler.h
index a0105c880d98a162ae531955b135dc68c4c58c50..848d681d030b3a64e6fca1f73e81a0f4e8b257c5 100644
--- a/sky/engine/bindings/core/v8/ScriptProfiler.h
+++ b/sky/engine/bindings/core/v8/ScriptProfiler.h
@@ -40,8 +40,6 @@
namespace blink {
-class ExternalStringVisitor;
-class WrappedNodeVisitor;
class Page;
class ScriptValue;
@@ -75,7 +73,6 @@ public:
static void stopTrackingHeapObjects();
static unsigned requestHeapStatsUpdate(OutputStream*);
static void initialize();
- static void visitNodeWrappers(WrappedNodeVisitor*);
static HashMap<String, double>* currentProfileNameIdleTimeMap();
static void setIdle(bool isIdle);
};
« no previous file with comments | « sky/engine/bindings/core/v8/ScriptPreprocessor.cpp ('k') | sky/engine/bindings/core/v8/ScriptProfiler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698