Bug 16383 - Ambiguous Window Usage in kjs_dom.cpp
Summary: Ambiguous Window Usage in kjs_dom.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-10 11:36 PST by Rodney Dawes
Modified: 2007-12-10 21:22 PST (History)
0 users

See Also:


Attachments
Patch to use KJS::Window instead of just Window (1.06 KB, patch)
2007-12-10 11:36 PST, Rodney Dawes
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodney Dawes 2007-12-10 11:36:22 PST
Ambiguous usage of Window popping up in kjs_dom.cpp again. This conflicts with the Window type in X11, so we need to namespace it properly with KJS:: here.
Comment 1 Rodney Dawes 2007-12-10 11:36:54 PST
Created attachment 17823 [details]
Patch to use KJS::Window instead of just Window
Comment 2 David Kilzer (:ddkilzer) 2007-12-10 19:44:54 PST
Comment on attachment 17823 [details]
Patch to use KJS::Window instead of just Window

r=me
Comment 3 David Kilzer (:ddkilzer) 2007-12-10 20:52:34 PST
Committed r28606

Comment 4 David Kilzer (:ddkilzer) 2007-12-10 20:55:46 PST
Fixed ChangeLog entry in r28607.