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

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

Issue 2675943003: Remove custom left overs from object grouping (Closed)
Patch Set: Rebase (0 changes) Created 3 years, 10 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
Index: third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
index 58114d0fd0d8e5de59c4269697c2a05af9d0b69f..91ef8cbb06c25bf1a4881e87cef1ff784113140c 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
@@ -164,11 +164,6 @@ class CORE_EXPORT ScriptValue final {
bool toString(String&) const;
- void setReference(const v8::Persistent<v8::Object>& parent,
- v8::Isolate* isolate) {
- m_value->setReference(parent, isolate);
- }
-
static ScriptValue createNull(ScriptState*);
private:

Powered by Google App Engine
This is Rietveld 408576698