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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2479703003: Stop preloading scripts that have invalid type/language attributes (Closed)
Patch Set: Created 4 years, 1 month 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/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 0c2165c4014dbd26aa87e1ecae436ed887345ebf..e4adde164685f45ea2e51c84f508b07f6e07fdc3 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1275,7 +1275,6 @@ class CORE_EXPORT UseCounter {
DragAndDropScrollStart = 1554,
PresentationConnectionListConnectionAvailableEventListener = 1555,
WebAudioAutoplayCrossOriginIframe = 1556,
- ScriptInvalidTypeOrLanguage = 1557,
Yoav Weiss 2016/11/10 14:21:16 Should we continue to count this, just in case?
VRGetDisplays = 1558,
VRPresent = 1559,
VRDeprecatedGetPose = 1560,

Powered by Google App Engine
This is Rietveld 408576698