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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698