Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / live-edit-test.js
index 850ac6f..2d83981 100644 (file)
@@ -16,7 +16,7 @@ InspectorTest.replaceInSource = function(sourceFrame, string, replacement)
 
 InspectorTest.commitSource = function(sourceFrame)
 {
-    sourceFrame._commitEditing();
+    sourceFrame.commitEditing();
 }
 
 InspectorTest.undoSourceEditing = function(sourceFrame)