summaryrefslogtreecommitdiffstats
path: root/webkit/glue/dom_operations.cc
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-13 23:34:28 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-13 23:34:28 +0000
commit96626f5fb69b75e96fc10f11a6b213af2ca603b6 (patch)
tree64dc255d8f9fa303a847f8470e79206e6b7e3d3b /webkit/glue/dom_operations.cc
parent06e29a9c6a9f6279fcaca61fe10d7d31021b8b6e (diff)
downloadchromium_src-96626f5fb69b75e96fc10f11a6b213af2ca603b6.zip
chromium_src-96626f5fb69b75e96fc10f11a6b213af2ca603b6.tar.gz
chromium_src-96626f5fb69b75e96fc10f11a6b213af2ca603b6.tar.bz2
FBTF: Further parts of r61237 that should be harmless to chrome_frame.
BUG=none TEST=compiles everywhere Review URL: http://codereview.chromium.org/3748004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62473 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/dom_operations.cc')
-rw-r--r--webkit/glue/dom_operations.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/dom_operations.cc b/webkit/glue/dom_operations.cc
index b459473..aab6f36 100644
--- a/webkit/glue/dom_operations.cc
+++ b/webkit/glue/dom_operations.cc
@@ -428,6 +428,10 @@ static gfx::Size ParseIconSize(const string16& text) {
ParseSingleIconSize(sizes[1]));
}
+WebApplicationInfo::WebApplicationInfo() {}
+
+WebApplicationInfo::~WebApplicationInfo() {}
+
bool ParseIconSizes(const string16& text,
std::vector<gfx::Size>* sizes,
bool* is_any) {