Index: chrome/test/automation/javascript_execution_controller.cc |
diff --git a/chrome/test/automation/javascript_execution_controller.cc b/chrome/test/automation/javascript_execution_controller.cc |
index 0c266eb667e639a51d7f0ab16343f55869d77df9..59308b3952a27767acf18b0600a7881a7580c154 100644 |
--- a/chrome/test/automation/javascript_execution_controller.cc |
+++ b/chrome/test/automation/javascript_execution_controller.cc |
@@ -14,6 +14,10 @@ using javascript_utils::JavaScriptPrintf; |
// JavaScriptExecutionController will complain. |
int JavaScriptExecutionController::timeout_ms_ = -1; |
+JavaScriptExecutionController::JavaScriptExecutionController() {} |
+ |
+JavaScriptExecutionController::~JavaScriptExecutionController() {} |
+ |
bool JavaScriptExecutionController::ExecuteJavaScript( |
const std::string& script) { |
scoped_ptr<Value> return_value; |