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

Unified Diff: Source/core/frame/History.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: Source/core/frame/History.cpp
diff --git a/Source/core/frame/History.cpp b/Source/core/frame/History.cpp
index 1c98c47450bd5f885d94e6c92aefad2e02e8330f..2b07d946793259d118b19ea0b67da21629f68db6 100644
--- a/Source/core/frame/History.cpp
+++ b/Source/core/frame/History.cpp
@@ -46,7 +46,6 @@ History::History(LocalFrame* frame)
: DOMWindowProperty(frame)
, m_lastStateObjectRequested(nullptr)
{
- ScriptWrappable::init(this);
}
unsigned History::length() const

Powered by Google App Engine
This is Rietveld 408576698