| Index: Source/core/inspector/InspectorStyleSheet.h
|
| diff --git a/Source/core/inspector/InspectorStyleSheet.h b/Source/core/inspector/InspectorStyleSheet.h
|
| index fed9eff761065260a68e74fc74663f781ccbe2e7..0259f2962d1c86576ed222f13c24135219a337eb 100644
|
| --- a/Source/core/inspector/InspectorStyleSheet.h
|
| +++ b/Source/core/inspector/InspectorStyleSheet.h
|
| @@ -204,6 +204,7 @@ public:
|
|
|
| InspectorCSSId ruleId(CSSStyleRule*) const;
|
| InspectorCSSId styleId(CSSStyleDeclaration* style) const { return ruleOrStyleId(style); }
|
| + bool lineNumberAndColumnToOffset(unsigned lineNumber, unsigned columnNumber, unsigned* offset) const;
|
|
|
| protected:
|
| InspectorStyleSheet(InspectorPageAgent*, InspectorResourceAgent*, const String& id, PassRefPtr<CSSStyleSheet> pageStyleSheet, TypeBuilder::CSS::StyleSheetOrigin::Enum, const String& documentURL, Listener*);
|
|
|