Changeset 18004 in webkit


Ignore:
Timestamp:
Dec 4, 2006 2:32:43 PM (17 years ago)
Author:
oliver
Message:

2006-12-04 Oliver Hunt <oliver@apple.com>

Build fix for non-SVG builds

  • bindings/js/JSSVGPoint.cpp: (WebCore::JSSVGPointProtoFunc::callAsFunction):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r18001 r18004  
     12006-12-04  Oliver Hunt  <oliver@apple.com>
     2
     3        Build fix for non-SVG builds
     4
     5        * bindings/js/JSSVGPoint.cpp:
     6        (WebCore::JSSVGPointProtoFunc::callAsFunction):
     7
    182006-12-04  Darin Adler  <darin@apple.com>
    29
  • trunk/WebCore/bindings/js/JSSVGPoint.cpp

    r17993 r18004  
    9797        return throwError(exec, TypeError);
    9898
     99#ifdef SVG_SUPPORT
    99100    FloatPoint point = static_cast<JSSVGPoint*>(thisObj)->impl();
    100101    switch (id) {
     
    107108        }
    108109    }
     110#endif
    109111
    110112    return jsUndefined();
Note: See TracChangeset for help on using the changeset viewer.