Index: Source/core/page/DOMWindow.idl |
diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl |
index a23671453b99aefca0329ce6a851c4959bd9f488..24905174a8aa8a49f0fa3be014d4a4a4928c8302 100644 |
--- a/Source/core/page/DOMWindow.idl |
+++ b/Source/core/page/DOMWindow.idl |
@@ -561,7 +561,7 @@ |
attribute XMLHttpRequestConstructor XMLHttpRequest; // Usable with the new operator |
attribute XMLHttpRequestUploadConstructor XMLHttpRequestUpload; |
attribute XMLHttpRequestExceptionConstructor XMLHttpRequestException; |
- [Conditional=XSLT] attribute XSLTProcessorConstructor XSLTProcessor; // Usable with the new operator |
+ attribute XSLTProcessorConstructor XSLTProcessor; // Usable with the new operator |
#if defined(ENABLE_CHANNEL_MESSAGING) && ENABLE_CHANNEL_MESSAGING |
attribute MessagePortConstructor MessagePort; |