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: |