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&); |