summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_string.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/pepper_string.cc')
-rw-r--r--webkit/glue/plugins/pepper_string.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/webkit/glue/plugins/pepper_string.cc b/webkit/glue/plugins/pepper_string.cc
new file mode 100644
index 0000000..53c8943
--- /dev/null
+++ b/webkit/glue/plugins/pepper_string.cc
@@ -0,0 +1,13 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "webkit/glue/plugins/pepper_string.h"
+
+namespace pepper {
+
+String::String(const char* str, uint32 len) : value_(str, len) {}
+
+String::~String() {}
+
+} // namespace pepper