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

Unified Diff: Source/bindings/v8/V8ScriptValue.h

Issue 289083003: [dartium] Dart half of ScriptValue refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1916
Patch Set: Created 6 years, 7 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 | « Source/bindings/dart/scripts/dart_types.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8ScriptValue.h
diff --git a/Source/bindings/v8/V8ScriptValue.h b/Source/bindings/v8/V8ScriptValue.h
index b4cd2788c79e38a0c8c855ffb83c88b69afdfaae..e92e39feba826f35c62cf976a86cf4f25ef15e51 100644
--- a/Source/bindings/v8/V8ScriptValue.h
+++ b/Source/bindings/v8/V8ScriptValue.h
@@ -100,11 +100,6 @@ public:
return *m_value == *value.m_value;
}
- bool isEqual(ScriptState*, const V8ScriptValue& value) const
- {
- return operator==(value);
- }
-
// Note: This creates a new local Handle; not to be used in cases where is
// is an efficiency problem.
bool isFunction() const
« no previous file with comments | « Source/bindings/dart/scripts/dart_types.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698