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

Unified Diff: third_party/WebKit/Source/core/dom/PendingScript.h

Issue 2780463002: Introduce blink::Script (Closed)
Patch Set: Rebase Created 3 years, 8 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/core/dom/PendingScript.h
diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h
index d95c8ef754a98bed790bb3e8a79fa2a303ff9dfc..0be3dcfaacfa6df6aabdf69964b4fca89ff747e7 100644
--- a/third_party/WebKit/Source/core/dom/PendingScript.h
+++ b/third_party/WebKit/Source/core/dom/PendingScript.h
@@ -39,7 +39,7 @@
namespace blink {
class PendingScript;
-class ScriptSourceCode;
+class ClassicScript;
class CORE_EXPORT PendingScriptClient : public GarbageCollectedMixin {
public:
@@ -95,8 +95,8 @@ class CORE_EXPORT PendingScript final
DECLARE_TRACE();
- ScriptSourceCode GetSource(const KURL& document_url,
- bool& error_occurred) const;
+ ClassicScript* GetSource(const KURL& document_url,
+ bool& error_occurred) const;
void SetStreamer(ScriptStreamer*);
void StreamingFinished();
« no previous file with comments | « third_party/WebKit/Source/core/dom/ModuleScript.cpp ('k') | third_party/WebKit/Source/core/dom/PendingScript.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698