[Webkit-unassigned] [Bug 43173] [WML] Add KURL parameter to WMLDocument::create()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 6 19:22:40 PDT 2010


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #62919|0                           |1
        is obsolete|                            |
  Attachment #63795|                            |review?, commit-queue?
               Flag|                            |




--- Comment #4 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-08-06 19:22:40 PST ---
Created an attachment (id=63795)
 --> (https://bugs.webkit.org/attachment.cgi?id=63795)
Patch

(In reply to comment #3)
> (From update of attachment 62919 [details])
> Why?  Neither your bug or your ChangeLog say why?
> 
> Is this a build fix?

Yes, right.  This patch is to fix build break.

WMLDocument inherits Document class as below,

    WMLDocument::WMLDocument(Frame* frame)
       : Document(frame, false, false)

However, the Document Class's construct parameters were changed. url was added.

    Document::Document(Frame* frame, const KURL& url, bool isXHTML, bool isHTML)

So. I make this patch to fix build break when wml is enabled.

I add comment to Changelog.

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



More information about the webkit-unassigned mailing list