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

Unified Diff: Source/bindings/v8/ScriptProfiler.h

Issue 293963003: Remove ScriptObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/bindings/v8/ScriptObject.cpp ('k') | Source/bindings/v8/ScriptProfiler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/ScriptProfiler.h
diff --git a/Source/bindings/v8/ScriptProfiler.h b/Source/bindings/v8/ScriptProfiler.h
index 73a1cee2c40c32935e03bad09094136954c2d767..aa078d40f50b6fa762780fb8cbfc3098ab5433b9 100644
--- a/Source/bindings/v8/ScriptProfiler.h
+++ b/Source/bindings/v8/ScriptProfiler.h
@@ -43,7 +43,6 @@ namespace WebCore {
class ExternalStringVisitor;
class WrappedNodeVisitor;
class Page;
-class ScriptObject;
class ScriptValue;
class WorkerGlobalScope;
@@ -66,7 +65,7 @@ public:
};
static void collectGarbage();
- static ScriptObject objectByHeapObjectId(unsigned id);
+ static ScriptValue objectByHeapObjectId(unsigned id);
static unsigned getHeapObjectId(const ScriptValue&);
static void clearHeapObjectIds();
static void setSamplingInterval(int intervalUs);
« no previous file with comments | « Source/bindings/v8/ScriptObject.cpp ('k') | Source/bindings/v8/ScriptProfiler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698