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

Unified Diff: sky/engine/core/inspector/ScriptArguments.h

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/core/inspector/JavaScriptCallFrame.cpp ('k') | sky/engine/core/inspector/ScriptAsyncCallStack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/inspector/ScriptArguments.h
diff --git a/sky/engine/core/inspector/ScriptArguments.h b/sky/engine/core/inspector/ScriptArguments.h
index 6e5934da6efc1de57473e0e974bd54e3b374f67f..7f70d9c6d6dbfac547723e4c1d944e286cabe3e0 100644
--- a/sky/engine/core/inspector/ScriptArguments.h
+++ b/sky/engine/core/inspector/ScriptArguments.h
@@ -53,8 +53,6 @@ public:
bool getFirstArgumentAsString(WTF::String& result, bool checkForNullOrUndefined = false);
- void trace(Visitor*) { }
-
private:
ScriptArguments(ScriptState*, Vector<ScriptValue>& arguments);
« no previous file with comments | « sky/engine/core/inspector/JavaScriptCallFrame.cpp ('k') | sky/engine/core/inspector/ScriptAsyncCallStack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698