| Index: third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
|
| index 4293471a6447b77445ebfe541734ed3f8168fb02..695adca3a7c6d474efd21b23fc3203498fd73275 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
|
| @@ -52,6 +52,7 @@ private:
|
| v8::Local<v8::Object> m_prototype;
|
| v8::Local<v8::Function> m_connectedCallback;
|
| v8::Local<v8::Function> m_disconnectedCallback;
|
| + v8::Local<v8::Function> m_adoptedCallback;
|
| v8::Local<v8::Function> m_attributeChangedCallback;
|
| HashSet<AtomicString> m_observedAttributes;
|
| ExceptionState& m_exceptionState;
|
|
|