Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index 99f35d1816f9835fa32c6a657d4f6724d4b4c8e1..a17e69079ecb05962e618f149dfd66c83f473a46 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -80,7 +80,7 @@ |
[Default=Undefined] optional boolean searchInFrames, |
[Default=Undefined] optional boolean showDialog); |
- [Replaceable, MeasureAs=WindowOffscreenBuffering] readonly attribute boolean offscreenBuffering; |
+ [Replaceable, MeasureAs=WindowOffscreenBuffering, NotEnumerable] readonly attribute boolean offscreenBuffering; |
[Replaceable] readonly attribute long outerHeight; |
[Replaceable] readonly attribute long outerWidth; |