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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h

Issue 2724673002: [WIP] Introduce ScriptResourceData
Patch Set: Compile fix Created 3 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
index 2806bdb1a7216f69c67de9413e1b037bb69a8224..828bb36fb338f400641253e7d98701433d236034 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h
@@ -42,7 +42,7 @@
namespace blink {
class CachedMetadataHandler;
-class ScriptResource;
+class ScriptResourceData;
class ScriptSourceCode;
class ExecutionContext;
class ScriptStreamer;
@@ -74,7 +74,7 @@ class CORE_EXPORT V8ScriptRunner final {
const String& file_name,
const String& source_map_url,
const TextPosition&,
- ScriptResource*,
+ const ScriptResourceData*,
ScriptStreamer*,
CachedMetadataHandler*,
AccessControlStatus,

Powered by Google App Engine
This is Rietveld 408576698