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

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

Issue 2261393002: Fixed the behaviour of form submit to Firefox: form does not submit once it has been removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Final nit update" Created 4 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/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 ec14e880f387701a23a0a9e36b4818e901b5ec3d..242db2b2b4bf6a284f34190b2cb89fae7ceaa0a5 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1167,7 +1167,6 @@ public:
V8RegExpPrototypeSourceGetter = 1396,
V8RegExpPrototypeOldFlagGetter = 1397,
V8DecimalWithLeadingZeroInStrictMode = 1398,
- FormSubmissionNotInDocumentTree = 1399,
GetUserMediaPrefixed = 1400,
GetUserMediaLegacy = 1401,
GetUserMediaPromise = 1402,

Powered by Google App Engine
This is Rietveld 408576698