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

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

Issue 2690273002: [Script Spec Annotation] Annotate "prepare a script" (Closed)
Patch Set: Rebase Created 3 years, 10 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/ScriptLoader.h
diff --git a/third_party/WebKit/Source/core/dom/ScriptLoader.h b/third_party/WebKit/Source/core/dom/ScriptLoader.h
index c3d5416d4c05b2e9a761e263910a737cfac60c1c..d483642b99a1eb5a42b72d952384d2c387adde45 100644
--- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
+++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
@@ -64,6 +64,7 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
const String& languageAttributeValue,
LegacyTypeSupport supportLegacyTypes);
+ // https://html.spec.whatwg.org/#prepare-a-script
bool prepareScript(
const TextPosition& scriptStartPosition = TextPosition::minimumPosition(),
LegacyTypeSupport = DisallowLegacyTypeInTypeAttribute);

Powered by Google App Engine
This is Rietveld 408576698