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

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

Issue 2729373003: Bit-mask incorrectly removed first-line pseudo bit. (Closed)
Patch Set: Fixed issues. Created 3 years, 9 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/Element.h
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
index 4df08b266430bb8cbe70bc6ef5bbf730c4bfac8e..51a282471ca625127144c870e20b312ce27a0445 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -901,7 +901,7 @@ class CORE_EXPORT Element : public ContainerNode {
const AtomicString&,
AttributeModificationReason);
- bool pseudoStyleCacheIsInvalid(const ComputedStyle* currentStyle,
+ void pseudoStyleCacheIsInvalid(const ComputedStyle* currentStyle,
ComputedStyle* newStyle);
void cancelFocusAppearanceUpdate();

Powered by Google App Engine
This is Rietveld 408576698