Index: third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
index 326712afcbc2f0488f9b643f30838e9d9ef96685..6f340cb9567d7c609e8ddb6d78853bf3ed5be11e 100644 |
--- a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
+++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
@@ -50,7 +50,7 @@ void InspectorEmulationAgent::restore() |
ErrorString error; |
setScriptExecutionDisabled(&error, m_state->booleanProperty(EmulationAgentState::scriptExecutionDisabled, false)); |
setTouchEmulationEnabled(&error, m_state->booleanProperty(EmulationAgentState::touchEventEmulationEnabled, false), protocol::Maybe<String>()); |
- String16 emulatedMedia; |
+ String emulatedMedia; |
m_state->getString(EmulationAgentState::emulatedMedia, &emulatedMedia); |
setEmulatedMedia(&error, emulatedMedia); |
} |