OSDN Git Service

Add a special case to handle "wap" style html.
authorGrace Kloba <klobag@google.com>
Tue, 23 Mar 2010 23:14:34 +0000 (16:14 -0700)
committerGrace Kloba <klobag@google.com>
Tue, 23 Mar 2010 23:14:34 +0000 (16:14 -0700)
commit70c51bc27de063df953afe9c3a04993b09140a70
tree5d6cbee86d74acb6afb53ea4a724592d7192ce50
parent4aa28f1f5940594c38e46f06d720f07852b17112
Add a special case to handle "wap" style html.

If we get here, it is html mimetype, not wap mimetype.
Treat the "wap" style like "mobile" style by using
device-width as viewport width.

Fix http://b/issue?id=2538320
WebCore/html/HTMLBodyElement.cpp