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

Unified Diff: third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp

Issue 2038443003: Made ElementStyleResources store const CSSSVGDocumentValues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@+delete_nonconst_cssvaluelist_item_function
Patch Set: Rebase Created 4 years, 6 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/css/CSSSVGDocumentValue.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp b/third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp
index 1065377089d6ef8b3fe9e271b40226ac488c87ef..158620a17c881bcbaa7932236fb21637f0edb05b 100644
--- a/third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp
+++ b/third_party/WebKit/Source/core/css/CSSSVGDocumentValue.cpp
@@ -44,7 +44,7 @@ CSSSVGDocumentValue::~CSSSVGDocumentValue()
{
}
-DocumentResource* CSSSVGDocumentValue::load(Document* document)
+DocumentResource* CSSSVGDocumentValue::load(Document* document) const
{
ASSERT(document);

Powered by Google App Engine
This is Rietveld 408576698