| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| index 609c63f4c8505d17c341356e0a088a2058c1dae2..fe7df4579dbf680c9c2f2ef692710c1e40f46fcc 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| @@ -14,9 +14,6 @@ namespace blink {
|
| class CustomElementDefinition;
|
| class CustomElementDescriptor;
|
| class CustomElementRegistry;
|
| -class ExceptionState;
|
| -class ScriptState;
|
| -class ScriptValue;
|
|
|
| // Implement CustomElementDefinitionBuilder to provide
|
| // technology-specific steps for CustomElementRegistry.define.
|
|
|