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

Unified Diff: third_party/WebKit/Source/core/svg/SVGStyleElement.h

Issue 2730413003: Remove non-standard API SVGStyleElement#disabled (Closed)
Patch Set: Fix webexposed in Layout tests 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/svg/SVGStyleElement.h
diff --git a/third_party/WebKit/Source/core/svg/SVGStyleElement.h b/third_party/WebKit/Source/core/svg/SVGStyleElement.h
index a41936175dffd75f2f0878a54ce4b921b2afdae9..60d6e4478bdd4b501aa451b64db577b8a25fccf0 100644
--- a/third_party/WebKit/Source/core/svg/SVGStyleElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.h
@@ -38,9 +38,6 @@ class SVGStyleElement final : public SVGElement, public StyleElement {
using StyleElement::sheet;
- bool disabled() const;
- void setDisabled(bool);
-
const AtomicString& type() const override;
void setType(const AtomicString&);

Powered by Google App Engine
This is Rietveld 408576698