| Index: Source/core/inspector/InspectorCSSAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorCSSAgent.cpp b/Source/core/inspector/InspectorCSSAgent.cpp
|
| index 49e9b0783211fec59dd790288d640ba8fdc8dd2e..5d946bdb687601b20a30c0c2cffdc1fee5dc4f9c 100644
|
| --- a/Source/core/inspector/InspectorCSSAgent.cpp
|
| +++ b/Source/core/inspector/InspectorCSSAgent.cpp
|
| @@ -633,9 +633,8 @@ static bool hasNonWebkitVendorSpecificPrefix(const CSSParserString& string)
|
| }
|
|
|
| // static
|
| -bool InspectorCSSAgent::cssErrorFilter(const CSSParserLocation& location, int propertyId, int errorType)
|
| +bool InspectorCSSAgent::cssErrorFilter(const CSSParserString& content, int propertyId, int errorType)
|
| {
|
| - const CSSParserString & content = location.content;
|
| const size_t contentLength = content.length();
|
|
|
| switch (errorType) {
|
|
|