Updating npapi plugin to remove gwtId from Jso objects (idenity fix),
adds a second map in LocalObjects.

Review at http://gwt-code-reviews.appspot.com/1469803


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10423 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/npapi/prebuilt/gwt-dev-plugin/background.html b/plugins/npapi/prebuilt/gwt-dev-plugin/background.html
index fe60956..73f674d 100644
--- a/plugins/npapi/prebuilt/gwt-dev-plugin/background.html
+++ b/plugins/npapi/prebuilt/gwt-dev-plugin/background.html
@@ -65,6 +65,9 @@
     var icon = null;
     console.log("got permission " + permission + " for host " + host + '/ code ' + code);
 
+    var idObject = {};
+    plugin.testJsIdentity( idObject, idObject );
+
     if (permission == 'include') {
       icon = enabledIcon;
     } else if (permission == 'exclude') {