| Index: Source/core/html/HTMLImageElement.idl
|
| diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
|
| index a5480236fd612539ad050f6381cf299ac51c0224..809b785745805da70ed98aed63c6dda36560d408 100644
|
| --- a/Source/core/html/HTMLImageElement.idl
|
| +++ b/Source/core/html/HTMLImageElement.idl
|
| @@ -27,7 +27,7 @@
|
| [Reflect] attribute DOMString alt;
|
| [Reflect, TreatNullAs=NullString] attribute DOMString border;
|
| readonly attribute boolean complete;
|
| - [Reflect] attribute DOMString crossOrigin;
|
| + [Reflect, ReflectOnly="anonymous"|"use-credentials", ReflectEmpty="anonymous", ReflectInvalid="anonymous"] attribute DOMString crossOrigin;
|
| attribute long height;
|
| [Reflect] attribute long hspace;
|
| [Reflect] attribute boolean isMap;
|
|
|