[Webkit-unassigned] [Bug 110740] Should not return WebTextInputTypeNone for date input element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 07:34:51 PST 2013


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


Vsevolod Vlasov <vsevik at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vsevik at chromium.org




--- Comment #15 from Vsevolod Vlasov <vsevik at chromium.org>  2013-02-27 07:37:13 PST ---
This patch broke build:

obj/content/renderer/content_renderer.render_widget.o
../../content/renderer/render_widget.cc:1978:error: size of array 'mismatching_enum' is negative
../../content/renderer/render_widget.cc:1980:error: size of array 'mismatching_enum' is negative
../../content/renderer/render_widget.cc:1982:error: size of array 'mismatching_enum' is negative
../../content/renderer/render_widget.cc:1984:error: size of array 'mismatching_enum' is negative
../../content/renderer/render_widget.cc:1986:error: size of array 'mismatching_enum' is negative
../../content/renderer/render_widget.cc:1988:error: size of array 'mismatching_enum' is negative
../../content/renderer/render_widget.cc:1990:error: size of array 'mismatching_enums' is negative
../../content/renderer/render_widget.cc:1990:error: conflicting declaration 'typedef struct GpuCompileAssert<false> content::mismatching_enums [1]'
../../content/renderer/render_widget.cc:1976:error: 'content::mismatching_enums' has a previous declaration as 'typedef struct GpuCompileAssert<true> content::mismatching_enums [1]'
../../content/renderer/render_widget.cc:1992:error: size of array 'mismatching_enums' is negative
../../content/renderer/render_widget.cc:1992:error: conflicting declaration 'typedef struct GpuCompileAssert<false> content::mismatching_enums [1]'
../../content/renderer/render_widget.cc:1976:error: 'content::mismatching_enums' has a previous declaration as 'typedef struct GpuCompileAssert<true> content::mismatching_enums [1]'
ninja: build stopped: subcommand failed.

-- 
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