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

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

Issue 2625873010: Resolve CSS url(...) non-<image> values against the correct base (Closed)
Patch Set: Rebase Created 3 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
Index: third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp b/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp
index 71eedf70702354a7f6c496b12bcf453014edfe86..492c2ca4aeca77774a13a9e0a876eb6ce8513abc 100644
--- a/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp
+++ b/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp
@@ -155,7 +155,7 @@ const CSSValue* consumeSingleType(const CSSSyntaxComponent& syntax,
case CSSSyntaxType::Image:
return consumeImage(range, context);
case CSSSyntaxType::Url:
- return consumeUrl(range);
+ return consumeUrl(range, context);
case CSSSyntaxType::Integer:
return consumeInteger(range);
case CSSSyntaxType::Angle:
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/filters/resources/filters.css ('k') | third_party/WebKit/Source/core/css/CSSURIValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698