Chromium Code Reviews

Unified Diff: Source/core/dom/StyleChangeReason.h

Issue 620333002: Use invalidation sets for :invalid/:valid/:required/:optional. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/dom/StyleChangeReason.h
diff --git a/Source/core/dom/StyleChangeReason.h b/Source/core/dom/StyleChangeReason.h
index 7135e208f93097dbf92c51f080a2600d90dbbb62..39565b57c65f4972ac4e7294028e09aaa35ed691 100644
--- a/Source/core/dom/StyleChangeReason.h
+++ b/Source/core/dom/StyleChangeReason.h
@@ -57,7 +57,6 @@ extern const AtomicString& Active;
extern const AtomicString& Disabled;
extern const AtomicString& Focus;
extern const AtomicString& Hover;
-extern const AtomicString& Invalid;
extern const AtomicString& Unresolved;
void init();

Powered by Google App Engine