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

Unified Diff: Source/core/inspector/ScriptArguments.h

Issue 661353005: Remove dead code in ScriptArguments. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added const Created 6 years, 2 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 | « no previous file | Source/core/inspector/ScriptArguments.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ScriptArguments.h
diff --git a/Source/core/inspector/ScriptArguments.h b/Source/core/inspector/ScriptArguments.h
index 39c1af0bee6add80d059e97cb451da32cefb3661..f3488fb823799795fe18ee78cda84052218a740c 100644
--- a/Source/core/inspector/ScriptArguments.h
+++ b/Source/core/inspector/ScriptArguments.h
@@ -51,7 +51,7 @@ public:
ScriptState* scriptState() const { return m_scriptState.get(); }
- bool getFirstArgumentAsString(WTF::String& result, bool checkForNullOrUndefined = false);
+ bool getFirstArgumentAsString(String&) const;
void trace(Visitor*) { }
« no previous file with comments | « no previous file | Source/core/inspector/ScriptArguments.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698