Index: third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
diff --git a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
index bae556366045de25d0f4c6bf790e4cd5e7f39ca7..95b2c18d3d318b638bd63c87fe3f1762bf8f0a35 100644 |
--- a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
@@ -44,7 +44,7 @@ |
Request* r = Request::create(scriptState, input, init, exceptionState); |
if (exceptionState.hadException()) |
return ScriptPromise(); |
- return m_fetchManager->fetch(scriptState, r->passRequestData(scriptState)); |
+ return m_fetchManager->fetch(scriptState, r->passRequestData()); |
} |
DEFINE_INLINE_VIRTUAL_TRACE() |