Changeset 49611 in webkit


Ignore:
Timestamp:
Oct 15, 2009 12:10:51 AM (15 years ago)
Author:
Joseph Pecoraro
Message:

2009-10-15 Joseph Pecoraro <Joseph Pecoraro>

Fix Windows build.

  • dom/Document.idl:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r49610 r49611  
     12009-10-15  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Fix Windows build.
     4
     5        * dom/Document.idl:
     6
    172009-10-14  Joseph Pecoraro  <joepeck@webkit.org>
    28
  • trunk/WebCore/dom/Document.idl

    r49610 r49611  
    173173                     setter raises (DOMException);
    174174
     175#if !defined(LANGUAGE_COM) || !LANGUAGE_COM
    175176        readonly attribute HTMLHeadElement head;
    176 
     177#endif
    177178        readonly attribute HTMLCollection images;
    178179        readonly attribute HTMLCollection applets;
Note: See TracChangeset for help on using the changeset viewer.