Bug 27006 - Build fix when MAC_JAVA_BRIDGE is disabled
Summary: Build fix when MAC_JAVA_BRIDGE is disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Java (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 14:22 PDT by David Kilzer (:ddkilzer)
Modified: 2009-07-06 19:49 PDT (History)
0 users

See Also:


Attachments
Patch v1 (2.25 KB, patch)
2009-07-06 14:22 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-07-06 14:22:30 PDT
Created attachment 32323 [details]
Patch v1

Build fix when MAC_JAVA_BRIDGE is disabled

Reviewed by NOBODY (OOPS!).

* WebCoreSupport/WebFrameLoaderClient.mm:
(WebFrameLoaderClient::createJavaAppletWidget): Wrap contents of the method in #if ENABLE(MAC_JAVA_BRIDGE)/#endif and return 0 when this feature is disabled.
Comment 1 David Kilzer (:ddkilzer) 2009-07-06 19:49:32 PDT
$ git svn dcommit
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebKit/mac/ChangeLog
	M	WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm
Committed r45584

http://trac.webkit.org/changeset/45584