Index: Source/core/inspector/InspectorInstrumentation.cpp |
diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp |
index 75a0b19d5782c9c99d9433b3e4c6fdbc838ec225..c79bf05512602bf1ec6e211937cc04ed0d6f4a50 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.cpp |
+++ b/Source/core/inspector/InspectorInstrumentation.cpp |
@@ -1215,9 +1215,9 @@ void pseudoElementDestroyedImpl(InstrumentingAgents* instrumentingAgents, Pseudo |
layerTreeAgent->pseudoElementDestroyed(pseudoElement); |
} |
-bool cssErrorFilter(const CSSParserLocation& location, int propertyId, int errorType) |
+bool cssErrorFilter(const CSSParserString& content, int propertyId, int errorType) |
{ |
- return InspectorCSSAgent::cssErrorFilter(location, propertyId, errorType); |
+ return InspectorCSSAgent::cssErrorFilter(content, propertyId, errorType); |
} |
} // namespace InspectorInstrumentation |