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

Unified Diff: Source/modules/serviceworkers/FetchEvent.cpp

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. 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
« no previous file with comments | « Source/modules/serviceworkers/FetchBodyStream.cpp ('k') | Source/modules/serviceworkers/Headers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/FetchEvent.cpp
diff --git a/Source/modules/serviceworkers/FetchEvent.cpp b/Source/modules/serviceworkers/FetchEvent.cpp
index cac7d8ec214217c28b0730ab92c6a95c8d064330..3927f7d477176038a6484f5e0e097285061ab771 100644
--- a/Source/modules/serviceworkers/FetchEvent.cpp
+++ b/Source/modules/serviceworkers/FetchEvent.cpp
@@ -49,7 +49,6 @@ void FetchEvent::setIsReload(bool isReload)
FetchEvent::FetchEvent()
: m_isReload(false)
{
- ScriptWrappable::init(this);
}
FetchEvent::FetchEvent(RespondWithObserver* observer, Request* request)
@@ -58,7 +57,6 @@ FetchEvent::FetchEvent(RespondWithObserver* observer, Request* request)
, m_request(request)
, m_isReload(false)
{
- ScriptWrappable::init(this);
}
void FetchEvent::trace(Visitor* visitor)
« no previous file with comments | « Source/modules/serviceworkers/FetchBodyStream.cpp ('k') | Source/modules/serviceworkers/Headers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698