| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| index bf79cae753d63e2cc4bfc8b2f62f4922ec9e13cd..44547bc5e4c8d556f1889945c4beff29f866fbb4 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -30,7 +30,6 @@ namespace blink {
|
| class Animation;
|
| class CSSStyleSheetResource;
|
| class ContainerNode;
|
| -class Document;
|
| class DocumentLoader;
|
| class Element;
|
| class Event;
|
| @@ -316,11 +315,6 @@ namespace InspectorAnimationFrameEvent {
|
| std::unique_ptr<TracedValue> data(ExecutionContext*, int callbackId);
|
| }
|
|
|
| -namespace InspectorParseHtmlEvent {
|
| -std::unique_ptr<TracedValue> beginData(Document*, unsigned startLine);
|
| -std::unique_ptr<TracedValue> endData(unsigned endLine);
|
| -}
|
| -
|
| namespace InspectorParseAuthorStyleSheetEvent {
|
| std::unique_ptr<TracedValue> data(const CSSStyleSheetResource*);
|
| }
|
|
|