[Webkit-unassigned] [Bug 20620] Wrap uses of KJS in core classes with USE(JSC)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 17:38:14 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20620


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23152|                            |review?
               Flag|                            |




------- Comment #16 from eric at webkit.org  2008-09-03 17:38 PDT -------
Created an attachment (id=23152)
 --> (https://bugs.webkit.org/attachment.cgi?id=23152&action=view)
Add #if USE(JSC) around KJS dependencies

 WebCore/ChangeLog                                |   13 ++++++++
 WebCore/bindings/js/JSPluginElementFunctions.cpp |   35 ----------------------
 WebCore/config.h                                 |   22 +++++++------
 WebCore/html/HTMLAppletElement.cpp               |    2 -
 WebCore/html/HTMLAppletElement.h                 |    2 -
 WebCore/html/HTMLEmbedElement.cpp                |    6 ----
 WebCore/html/HTMLEmbedElement.h                  |    2 -
 WebCore/html/HTMLObjectElement.cpp               |    5 ---
 WebCore/html/HTMLObjectElement.h                 |    2 -
 WebCore/html/HTMLPlugInElement.cpp               |    6 ++--
 WebCore/html/HTMLPlugInElement.h                 |    8 ++--
 WebCore/platform/text/AtomicString.cpp           |    4 ++
 WebCore/platform/text/AtomicString.h             |    6 ++++
 WebCore/platform/text/PlatformString.h           |    8 +++++
 WebCore/platform/text/String.cpp                 |    5 ++-
 WebCore/platform/text/StringImpl.cpp             |    4 --
 WebCore/platform/text/StringImpl.h               |    1 -
 17 files changed, 54 insertions(+), 77 deletions(-)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list