| Index: third_party/WebKit/Source/modules/fetch/Body.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Body.h b/third_party/WebKit/Source/modules/fetch/Body.h
|
| index de4c11171e5bd95c514f43d419852239703984dd..535f0f91ad99ec27ad5bd6bf137c0c6d83a76736 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Body.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Body.h
|
| @@ -61,10 +61,6 @@ public:
|
| ActiveDOMObject::trace(visitor);
|
| }
|
|
|
| - // https://w3c.github.io/webappsec-credential-management/#monkey-patching-fetch-2
|
| - void setOpaque() { m_opaque = true; }
|
| - bool opaque() const { return m_opaque; }
|
| -
|
| private:
|
| ReadableByteStream* body();
|
| virtual String mimeType() const = 0;
|
| @@ -74,8 +70,6 @@ private:
|
| // an empty ScriptPromise if the consumption may proceed, and a
|
| // ScriptPromise rejected with a TypeError if it ought to be blocked.
|
| ScriptPromise rejectInvalidConsumption(ScriptState*);
|
| -
|
| - bool m_opaque;
|
| };
|
|
|
| } // namespace blink
|
|
|