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

Unified Diff: Source/core/html/HTMLParagraphElement.h

Issue 139773002: Remove some isPresentationAttribute implementations (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
« no previous file with comments | « Source/core/html/HTMLDivElement.cpp ('k') | Source/core/html/HTMLParagraphElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLParagraphElement.h
diff --git a/Source/core/html/HTMLParagraphElement.h b/Source/core/html/HTMLParagraphElement.h
index 4bfbbf6442530eeb46f54255e48cd0d0ca053315..ac83f03427511f6b520af5a54866004ccc1e19e9 100644
--- a/Source/core/html/HTMLParagraphElement.h
+++ b/Source/core/html/HTMLParagraphElement.h
@@ -34,7 +34,6 @@ public:
private:
explicit HTMLParagraphElement(Document&);
- virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE;
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
};
« no previous file with comments | « Source/core/html/HTMLDivElement.cpp ('k') | Source/core/html/HTMLParagraphElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698