| Index: third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
|
| index c4be85191a63215f22831f3ff20d9e611d7d510f..ae97a335fa6b80002bfb3df00a6c52730e7a2e71 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
|
| @@ -61,7 +61,6 @@ public:
|
|
|
| CSSStyleDeclaration* cssStyle() { return m_style.get(); }
|
| std::unique_ptr<protocol::CSS::CSSStyle> buildObjectForStyle();
|
| - std::unique_ptr<protocol::Array<protocol::CSS::CSSComputedStyleProperty>> buildArrayForComputedStyle();
|
| bool styleText(String* result);
|
| bool textForRange(const SourceRange&, String* result);
|
|
|
|
|