Index: Source/core/frame/Window.idl |
diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl |
index 70ce11219b4233b31f9b6e19c630311bebe01aa7..e18338f37dc1b1f08112dce6b743ce37466384b3 100644 |
--- a/Source/core/frame/Window.idl |
+++ b/Source/core/frame/Window.idl |
@@ -142,7 +142,7 @@ |
readonly attribute StyleMedia styleMedia; |
// DOM Level 2 Style Interface |
- [PerWorldBindings] CSSStyleDeclaration getComputedStyle([Default=Undefined] optional Element element, |
+ CSSStyleDeclaration getComputedStyle([Default=Undefined] optional Element element, |
[TreatNullAs=NullString, TreatUndefinedAs=NullString, Default=Undefined] optional DOMString pseudoElement); |
// WebKit extensions |