| Index: Source/core/inspector/InspectorStyleSheet.h
|
| diff --git a/Source/core/inspector/InspectorStyleSheet.h b/Source/core/inspector/InspectorStyleSheet.h
|
| index d71c2f9ebd10a0dceadb3b80f8cd08df237bb2a6..25730a19870bca28762718f99fc159c8ea30b1a1 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*);
|
|
|