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

Unified Diff: Source/bindings/core/v8/ScriptValue.h

Issue 1305523003: [bindings] Make ScriptValue::v8ValueFor(...) a 'const' method. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/ScriptValue.h
diff --git a/Source/bindings/core/v8/ScriptValue.h b/Source/bindings/core/v8/ScriptValue.h
index d527228a69aea0d9434c44f6cc9f22b9bc1cbe54..2dc8b8892604edbc6af2ed29af52cebac572af93 100644
--- a/Source/bindings/core/v8/ScriptValue.h
+++ b/Source/bindings/core/v8/ScriptValue.h
@@ -172,7 +172,7 @@ public:
// Returns v8Value() if a given ScriptState is the same as the
// ScriptState which is associated with this ScriptValue. Otherwise
// this "clones" the v8 value and returns it.
- v8::Local<v8::Value> v8ValueFor(ScriptState*);
+ v8::Local<v8::Value> v8ValueFor(ScriptState*) const;
bool toString(String&) const;
« no previous file with comments | « no previous file | Source/bindings/core/v8/ScriptValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698