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

Side by Side Diff: third_party/WebKit/Source/core/dom/Modulator.h

Issue 2856173004: Clean up bindings/core/v8 (Part 5) (Closed)
Patch Set: Fix build Created 3 years, 7 months 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef Modulator_h 5 #ifndef Modulator_h
6 #define Modulator_h 6 #define Modulator_h
7 7
8 #include "bindings/core/v8/V8PerContextData.h"
9 #include "core/CoreExport.h" 8 #include "core/CoreExport.h"
10 #include "core/dom/AncestorList.h" 9 #include "core/dom/AncestorList.h"
11 #include "platform/bindings/ScriptWrappable.h" 10 #include "platform/bindings/ScriptWrappable.h"
11 #include "platform/bindings/V8PerContextData.h"
12 #include "platform/heap/Handle.h" 12 #include "platform/heap/Handle.h"
13 #include "platform/loader/fetch/AccessControlStatus.h" 13 #include "platform/loader/fetch/AccessControlStatus.h"
14 #include "platform/weborigin/KURL.h" 14 #include "platform/weborigin/KURL.h"
15 #include "platform/weborigin/ReferrerPolicy.h" 15 #include "platform/weborigin/ReferrerPolicy.h"
16 #include "platform/wtf/text/WTFString.h" 16 #include "platform/wtf/text/WTFString.h"
17 17
18 namespace blink { 18 namespace blink {
19 19
20 class ModuleScript; 20 class ModuleScript;
21 class ModuleScriptFetchRequest; 21 class ModuleScriptFetchRequest;
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 // if the cached entry doesn't exist. 119 // if the cached entry doesn't exist.
120 // The client can be notified either synchronously or asynchronously. 120 // The client can be notified either synchronously or asynchronously.
121 virtual void FetchNewSingleModule(const ModuleScriptFetchRequest&, 121 virtual void FetchNewSingleModule(const ModuleScriptFetchRequest&,
122 ModuleGraphLevel, 122 ModuleGraphLevel,
123 ModuleScriptLoaderClient*) = 0; 123 ModuleScriptLoaderClient*) = 0;
124 }; 124 };
125 125
126 } // namespace blink 126 } // namespace blink
127 127
128 #endif 128 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/dom/Modulator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698