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

Unified Diff: third_party/WebKit/Source/modules/fetch/Body.cpp

Issue 2578193004: Remove ActiveScriptWrappableBase::m_scriptWrappable (Closed)
Patch Set: temp Created 4 years 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/modules/fetch/Body.cpp
diff --git a/third_party/WebKit/Source/modules/fetch/Body.cpp b/third_party/WebKit/Source/modules/fetch/Body.cpp
index e77c139806c634b38f3d96adbeb7239c590eb172..eeffbb138b3b8e1a9b8e26066a6c7ae068604c13 100644
--- a/third_party/WebKit/Source/modules/fetch/Body.cpp
+++ b/third_party/WebKit/Source/modules/fetch/Body.cpp
@@ -224,8 +224,7 @@ bool Body::hasPendingActivity() const {
return bodyBuffer()->hasPendingActivity();
}
-Body::Body(ExecutionContext* context)
- : ActiveScriptWrappable(this), ContextLifecycleObserver(context) {}
+Body::Body(ExecutionContext* context) : ContextLifecycleObserver(context) {}
ScriptPromise Body::rejectInvalidConsumption(ScriptState* scriptState) {
if (isBodyLocked() || bodyUsed())

Powered by Google App Engine
This is Rietveld 408576698