Bug 90921 - [Chromium] Adjust DumpRenderTree ifdefs for Android
Summary: [Chromium] Adjust DumpRenderTree ifdefs for Android
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 66687
  Show dependency treegraph
 
Reported: 2012-07-10 17:05 PDT by Adam Barth
Modified: 2012-07-11 09:35 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.37 KB, patch)
2012-07-10 17:12 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2012-07-10 17:05:04 PDT
[Chromium] Adjust DumpRenderTree ifdefs for Android
Comment 1 Adam Barth 2012-07-10 17:12:04 PDT
Created attachment 151558 [details]
Patch
Comment 2 Kent Tamura 2012-07-10 17:18:26 PDT
Comment on attachment 151558 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=151558&action=review

> Tools/DumpRenderTree/chromium/MockWebSpeechInputController.h:-30
> -#if ENABLE(INPUT_SPEECH)
> -

Why do you remove it? Android port doesn't have INPUT_SPEECH, and this class shouldn't be needed, right?
Comment 3 Adam Barth 2012-07-10 22:22:50 PDT
(In reply to comment #2)
> (From update of attachment 151558 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=151558&action=review
> 
> > Tools/DumpRenderTree/chromium/MockWebSpeechInputController.h:-30
> > -#if ENABLE(INPUT_SPEECH)
> > -
> 
> Why do you remove it? Android port doesn't have INPUT_SPEECH, and this class shouldn't be needed, right?

I suspect it's referenced outside the ENABLE(INPUT_SPEECH) ifdef.  We can try reverting it on the chromium-android branch, but it seemed easier to just upstream the change.
Comment 4 Peter Beverloo 2012-07-11 07:39:07 PDT
Comment on attachment 151558 [details]
Patch

There is no reason for these changes to live upstream, as they seem to be merge errors in our downstream branch. We should abandon this and remove the differences downstream instead, for which I've uploaded this patch:

https://gerrit-int.chromium.org/#change,21574

Removing r? and cq? so it's clear to reviewers.
Comment 5 Adam Barth 2012-07-11 09:35:33 PDT
Ok.