Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / content / renderer / web_ui_mojo_context_state.cc
index 3c99568..7757b26 100644 (file)
@@ -100,6 +100,7 @@ void WebUIMojoContextState::FetchModule(const std::string& id) {
   fetcher->Start(frame_,
                  blink::WebURLRequest::RequestContextScript,
                  blink::WebURLRequest::FrameTypeNone,
+                 ResourceFetcher::PLATFORM_LOADER,
                  base::Bind(&WebUIMojoContextState::OnFetchModuleComplete,
                             base::Unretained(this),
                             fetcher));