summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLPreElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLPreElement.idl')
-rw-r--r--WebCore/html/HTMLPreElement.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/html/HTMLPreElement.idl b/WebCore/html/HTMLPreElement.idl
index 5dc0e9e..ae137f0 100644
--- a/WebCore/html/HTMLPreElement.idl
+++ b/WebCore/html/HTMLPreElement.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006 Apple Computer, Inc.
+ * Copyright (C) 2006, 2010 Apple Inc. All right reserved.
* Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
*
* This library is free software; you can redistribute it and/or
@@ -23,10 +23,10 @@ module html {
interface HTMLPreElement : HTMLElement {
// FIXME: DOM spec says that width should be of type DOMString
// see http://bugs.webkit.org/show_bug.cgi?id=8992
- attribute long width;
+ attribute [Reflect] long width;
// Extensions
- attribute boolean wrap;
+ attribute [Reflect] boolean wrap;
};
}