| Index: third_party/WebKit/Source/core/html/HTMLHyperlinkElementUtils.idl
 | 
| diff --git a/third_party/WebKit/Source/core/html/HTMLHyperlinkElementUtils.idl b/third_party/WebKit/Source/core/html/HTMLHyperlinkElementUtils.idl
 | 
| index 554cb3ad27d5475656d91b77bfdad2a55c492b5a..d6e27e0b05acbeec83307f9fb8b7a1c5a19d1500 100644
 | 
| --- a/third_party/WebKit/Source/core/html/HTMLHyperlinkElementUtils.idl
 | 
| +++ b/third_party/WebKit/Source/core/html/HTMLHyperlinkElementUtils.idl
 | 
| @@ -7,16 +7,16 @@
 | 
|  [
 | 
|      NoInterfaceObject, // Always used on target of 'implements'
 | 
|  ] interface HTMLHyperlinkElementUtils {
 | 
| -    stringifier attribute USVString href;
 | 
| +    [CEReactions] stringifier attribute USVString href;
 | 
|      readonly attribute USVString origin;
 | 
|  
 | 
| -    attribute USVString protocol;
 | 
| -    attribute USVString username;
 | 
| -    attribute USVString password;
 | 
| -    attribute USVString host;
 | 
| -    attribute USVString hostname;
 | 
| -    attribute USVString port;
 | 
| -    attribute USVString pathname;
 | 
| -    attribute USVString search;
 | 
| -    attribute USVString hash;
 | 
| +    [CEReactions] attribute USVString protocol;
 | 
| +    [CEReactions] attribute USVString username;
 | 
| +    [CEReactions] attribute USVString password;
 | 
| +    [CEReactions] attribute USVString host;
 | 
| +    [CEReactions] attribute USVString hostname;
 | 
| +    [CEReactions] attribute USVString port;
 | 
| +    [CEReactions] attribute USVString pathname;
 | 
| +    [CEReactions] attribute USVString search;
 | 
| +    [CEReactions] attribute USVString hash;
 | 
|  };
 | 
| 
 |