| Index: Source/core/html/HTMLTimeElement.idl
|
| diff --git a/Source/core/dom/GlobalEventHandlers.h b/Source/core/html/HTMLTimeElement.idl
|
| similarity index 91%
|
| copy from Source/core/dom/GlobalEventHandlers.h
|
| copy to Source/core/html/HTMLTimeElement.idl
|
| index 4df0ef0c48b0e9ea320f326463ef179de5aae4b8..fe61e6fbc18615867adc5ff867444547b70c0635 100644
|
| --- a/Source/core/dom/GlobalEventHandlers.h
|
| +++ b/Source/core/html/HTMLTimeElement.idl
|
| @@ -27,14 +27,6 @@
|
| * OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef GlobalEventHandlers_h
|
| -#define GlobalEventHandlers_h
|
| -
|
| -namespace WebCore {
|
| -
|
| -namespace GlobalEventHandlers {
|
| -}
|
| -
|
| -} // namespace
|
| -
|
| -#endif
|
| +interface HTMLTimeElement : HTMLElement {
|
| + [Reflect, TreatNullAs=NullString] attribute DOMString dateTime;
|
| +};
|
|
|