Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(653)

Unified Diff: Source/core/html/HTMLTitleElement.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced and sent out to the code review. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLTitleElement.h
diff --git a/Source/core/html/HTMLTitleElement.h b/Source/core/html/HTMLTitleElement.h
index 406ac3948ebd52a12f521d5ac07c9ec4f6ac64c7..52be23a99f3a73a35dbad9f539aaf4ac564f9dcb 100644
--- a/Source/core/html/HTMLTitleElement.h
+++ b/Source/core/html/HTMLTitleElement.h
@@ -27,6 +27,7 @@
namespace blink {
class HTMLTitleElement FINAL : public HTMLElement {
+ DEFINE_WRAPPERTYPEINFO();
public:
DECLARE_NODE_FACTORY(HTMLTitleElement);
@@ -43,6 +44,6 @@ private:
bool m_ignoreTitleUpdatesWhenChildrenChange;
};
-} //namespace
+} // namespace blink
-#endif
+#endif // HTMLTitleElement_h

Powered by Google App Engine
This is Rietveld 408576698