Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / browser / frame_host / navigator.cc
index 6b51a91..3d5eb8f 100644 (file)
@@ -8,6 +8,10 @@
 
 namespace content {
 
+NavigationController* Navigator::GetController() {
+  return NULL;
+}
+
 bool Navigator::NavigateToPendingEntry(
     RenderFrameHostImpl* render_frame_host,
     NavigationController::ReloadType reload_type) {