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

Side by Side Diff: third_party/WebKit/Source/core/dom/ModulatorImpl.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 ModulatorImpl_h 5 #ifndef ModulatorImpl_h
6 #define ModulatorImpl_h 6 #define ModulatorImpl_h
7 7
8 #include "bindings/core/v8/ScriptModule.h" 8 #include "bindings/core/v8/ScriptModule.h"
9 #include "bindings/core/v8/V8PerIsolateData.h"
10 #include "core/dom/Modulator.h" 9 #include "core/dom/Modulator.h"
11 #include "platform/bindings/ScriptWrappable.h" 10 #include "platform/bindings/ScriptWrappable.h"
12 #include "platform/bindings/TraceWrapperMember.h" 11 #include "platform/bindings/TraceWrapperMember.h"
12 #include "platform/bindings/V8PerIsolateData.h"
13 #include "platform/heap/Handle.h" 13 #include "platform/heap/Handle.h"
14 14
15 namespace blink { 15 namespace blink {
16 16
17 class Document; 17 class Document;
18 class ExecutionContext; 18 class ExecutionContext;
19 class ModuleMap; 19 class ModuleMap;
20 class ModuleScriptLoaderRegistry; 20 class ModuleScriptLoaderRegistry;
21 class ModuleTreeLinkerRegistry; 21 class ModuleTreeLinkerRegistry;
22 class ResourceFetcher; 22 class ResourceFetcher;
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 Member<ResourceFetcher> fetcher_; 76 Member<ResourceFetcher> fetcher_;
77 TraceWrapperMember<ModuleMap> map_; 77 TraceWrapperMember<ModuleMap> map_;
78 Member<ModuleScriptLoaderRegistry> loader_registry_; 78 Member<ModuleScriptLoaderRegistry> loader_registry_;
79 Member<ModuleTreeLinkerRegistry> tree_linker_registry_; 79 Member<ModuleTreeLinkerRegistry> tree_linker_registry_;
80 Member<ScriptModuleResolver> script_module_resolver_; 80 Member<ScriptModuleResolver> script_module_resolver_;
81 }; 81 };
82 82
83 } // namespace blink 83 } // namespace blink
84 84
85 #endif 85 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Modulator.cpp ('k') | third_party/WebKit/Source/core/dom/ScriptModuleResolverImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698