| Index: third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h
|
| index f22b1463f791ec12277a844be4c5a61c8466fbf4..c219f339cb756f124ca93d21c06779b8eee19ca8 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceContentLoader.h
|
| @@ -29,7 +29,7 @@ public:
|
| void dispose();
|
| DECLARE_TRACE();
|
|
|
| - void ensureResourcesContentLoaded(PassOwnPtr<Closure> callback);
|
| + void ensureResourcesContentLoaded(PassOwnPtr<SameThreadClosure> callback);
|
| void didCommitLoadForLocalFrame(LocalFrame*);
|
|
|
| private:
|
| @@ -42,7 +42,7 @@ private:
|
| void stop();
|
| bool hasFinished();
|
|
|
| - Vector<OwnPtr<Closure>> m_callbacks;
|
| + Vector<OwnPtr<SameThreadClosure>> m_callbacks;
|
| bool m_allRequestsStarted;
|
| bool m_started;
|
| RawPtrWillBeMember<LocalFrame> m_inspectedFrame;
|
|
|