tests/webkit_inspector.js
[app.Builder.js] / tests / webkit_inspector.js
index 48e6b2a..90578f5 100644 (file)
@@ -22,6 +22,7 @@ w1.signal.show.connect(function() {
 });
 w1.signal.load_finished.connect(function() {
     print("INSPECT?");
+    print (w1.get_inspector());
     w1.get_inspector().show();
 });
 w2 = new WebKit.WebView();