Bug 90380 - [MICRODATA] Build failure in html/HTMLElement.cpp
Summary: [MICRODATA] Build failure in html/HTMLElement.cpp
Status: RESOLVED DUPLICATE of bug 90378
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 90377
  Show dependency treegraph
 
Reported: 2012-07-02 05:51 PDT by Chris Dumez
Modified: 2012-07-08 19:13 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.45 KB, patch)
2012-07-02 05:59 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-07-02 05:51:58 PDT
Turning on the MICRODATA flag causes the following build failure:

/home/chris/Devel/WebKit/Source/WebCore/html/HTMLElement.cpp: In member function ‘WebCore::HTMLPropertiesCollection* WebCore::HTMLElement::properties()’:
/home/chris/Devel/WebKit/Source/WebCore/html/HTMLElement.cpp:993:53: error: cannot convert ‘WebCore::HTMLCollection*’ to ‘WebCore::HTMLPropertiesCollection*’ in return
/home/chris/Devel/WebKit/Source/WebCore/html/HTMLElement.cpp:994:1: warning: control reaches end of non-void function [-Wreturn-type]
make[2]: *** [Source/WebCore/CMakeFiles/webcore_efl.dir/html/HTMLElement.cpp.o] Error 1
Comment 1 Chris Dumez 2012-07-02 05:59:42 PDT
Created attachment 150407 [details]
Patch
Comment 2 Arko Saha 2012-07-02 06:44:34 PDT
Hi Christophe,
I have already filed a bug for this error : https://bugs.webkit.org/show_bug.cgi?id=90378. Can we mark this as a duplicate of 90378?
Thanks for pointing out.
Comment 3 Chris Dumez 2012-07-02 06:46:50 PDT
Ok, done. I failed to notice the existing bug report, sorry.

*** This bug has been marked as a duplicate of bug 90378 ***
Comment 4 Laszlo Gombos 2012-07-08 19:13:59 PDT
Comment on attachment 150407 [details]
Patch

Marking the patch obsolete as the fix is landed in r121692 to take it out from the review queue.