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

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

Issue 1876843002: Introduce few const getters for dom classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/SVGViewSpec.h
diff --git a/third_party/WebKit/Source/core/svg/SVGViewSpec.h b/third_party/WebKit/Source/core/svg/SVGViewSpec.h
index 7cf25e9784183350252288ba400284a114ac24b4..d5d278b4955da5808701468ac224ff142e123510 100644
--- a/third_party/WebKit/Source/core/svg/SVGViewSpec.h
+++ b/third_party/WebKit/Source/core/svg/SVGViewSpec.h
@@ -61,7 +61,7 @@ public:
DECLARE_VIRTUAL_TRACE();
- SVGSVGElement* contextElement() { return m_contextElement.get(); }
+ SVGSVGElement* contextElement() const { return m_contextElement.get(); }
private:
explicit SVGViewSpec(SVGSVGElement*);

Powered by Google App Engine
This is Rietveld 408576698