summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/frame_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/webdriver/frame_path.cc')
-rw-r--r--chrome/test/webdriver/frame_path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/webdriver/frame_path.cc b/chrome/test/webdriver/frame_path.cc
index fd45a8d..bce634d9 100644
--- a/chrome/test/webdriver/frame_path.cc
+++ b/chrome/test/webdriver/frame_path.cc
@@ -8,7 +8,7 @@
namespace webdriver {
-FramePath::FramePath() {}
+FramePath::FramePath() : path_("") {}
FramePath::FramePath(const FramePath& other) : path_(other.path_) {}