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

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

Issue 2780463002: Introduce blink::Script (Closed)
Patch Set: style 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 e20b13a24006136df1d47977c690766decd91c2f..95fa613e9821f25f24d7b3a28cfca4becdf741c8 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,7 @@ class CORE_EXPORT PendingScript final
DECLARE_TRACE();
- ScriptSourceCode getSource(const KURL& documentURL,
- bool& errorOccurred) const;
+ ClassicScript* getSource(const KURL& documentURL, bool& errorOccurred) const;
void setStreamer(ScriptStreamer*);
void streamingFinished();

Powered by Google App Engine
This is Rietveld 408576698