Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementRegistry.h
index 0fd512e..2de2ec6 100644 (file)
 namespace blink {
 
 class CustomElementConstructorBuilder;
-class Document;
 class ExceptionState;
 
-class CustomElementRegistry FINAL {
+class CustomElementRegistry final {
     WTF_MAKE_NONCOPYABLE(CustomElementRegistry);
 protected:
     friend class CustomElementRegistrationContext;
@@ -65,4 +64,4 @@ private:
 
 } // namespace blink
 
-#endif
+#endif // CustomElementRegistry_h