Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / inspector / ScriptArguments.h
index 39c1af0..f3488fb 100644 (file)
@@ -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*) { }