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

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

Issue 1539803002: [Fetch API] Fix a memory leak with a Response constructed with a ReadableStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@response-constructed-with-stream
Patch Set: Created 5 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/bindings/core/v8/V8HiddenValue.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
index e1dbb4c7856b270bfe9c2676bc7bda99811c1fec..f0f34c4f88ee7fdd891ba7b46c9e6989efb39aa2 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h
@@ -40,6 +40,7 @@ class ScriptWrappable;
V(port1) \
V(port2) \
V(state) \
+ V(readableStreamReaderInResponse) \
haraken 2016/01/06 05:49:06 alphabetical order.
yhirano 2016/01/26 05:09:32 Done.
V(stringData) \
V(testInterfaces) \
V(thenableHiddenPromise) \

Powered by Google App Engine
This is Rietveld 408576698