Index: third_party/WebKit/Source/core/html/HTMLElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.idl b/third_party/WebKit/Source/core/html/HTMLElement.idl |
index 9c316ec8df80d81623b28f300ba9d1770d66f318..021e4c42b0b7c91df12fb51ef4a408c7cb1dffbd 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLElement.idl |
@@ -22,8 +22,8 @@ |
[HTMLConstructor] |
interface HTMLElement : Element { |
// metadata attributes |
- [CEReactions, Reflect] attribute DOMString title; |
- [CEReactions, Reflect] attribute DOMString lang; |
+ [CEReactions, Reflect, CachedAccessor=Lazy] attribute DOMString title; |
+ [CEReactions, Reflect, CachedAccessor=Lazy] attribute DOMString lang; |
[CEReactions] attribute boolean translate; |
[CEReactions] attribute DOMString dir; |
[SameObject, PerWorldBindings] readonly attribute DOMStringMap dataset; |