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

Unified Diff: Source/core/frame/ConsoleBase.h

Issue 458253002: [DevTools] Removed ScriptState from createScriptCallStackForConsole (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
Index: Source/core/frame/ConsoleBase.h
diff --git a/Source/core/frame/ConsoleBase.h b/Source/core/frame/ConsoleBase.h
index 729a59cc01d135fd16316af9899e6bb3d7cc8160..1e88095f58642967a93c0a79d92d5a151ae17f66 100644
--- a/Source/core/frame/ConsoleBase.h
+++ b/Source/core/frame/ConsoleBase.h
@@ -60,8 +60,8 @@ public:
void assertCondition(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>, bool condition);
void count(ScriptState*, PassRefPtrWillBeRawPtr<ScriptArguments>);
void markTimeline(const String&);
- void profile(ScriptState*, const String&);
- void profileEnd(ScriptState*, const String&);
+ void profile(const String&);
+ void profileEnd(const String&);
void time(const String&);
void timeEnd(ScriptState*, const String&);
void timeStamp(const String&);

Powered by Google App Engine
This is Rietveld 408576698