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

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

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 5 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/css/CSSSVGDocumentValue.h ('k') | Source/core/css/CSSShadowValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSSVGDocumentValue.cpp
diff --git a/Source/core/css/CSSSVGDocumentValue.cpp b/Source/core/css/CSSSVGDocumentValue.cpp
index b03def22b091c441a03d430f2e454b51c39c0b45..3a977a01617c476cfcfc6e28a51c6bfde68ea2ea 100644
--- a/Source/core/css/CSSSVGDocumentValue.cpp
+++ b/Source/core/css/CSSSVGDocumentValue.cpp
@@ -35,7 +35,7 @@
namespace blink {
CSSSVGDocumentValue::CSSSVGDocumentValue(const String& url)
- : CSSValue(CSSSVGDocumentClass)
+ : CSSValueObject(CSSSVGDocumentClass)
, m_url(url)
, m_loadRequested(false)
{
« no previous file with comments | « Source/core/css/CSSSVGDocumentValue.h ('k') | Source/core/css/CSSShadowValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698