Firefox 9 DevMode Plugin
Review at http://gwt-code-reviews.appspot.com/1620803
Review by: conroy@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10837 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/plugins/common/ServerMethods.h b/plugins/common/ServerMethods.h
index 3ff0134..02bf921 100644
--- a/plugins/common/ServerMethods.h
+++ b/plugins/common/ServerMethods.h
@@ -33,7 +33,7 @@
* @param dispatchID dispatch ID of field
* @return the value of the property, undef if none (or on error)
*/
- static Value getProperty(HostChannel& channel, SessionHandler* handler, int objectRef,
+ static gwt::Value getProperty(HostChannel& channel, SessionHandler* handler, int objectRef,
int dispatchId);
/**
@@ -63,7 +63,7 @@
* @return false if an error occurred
*/
static bool setProperty(HostChannel& channel, SessionHandler* handler, int objectRef,
- int dispatchId, const Value& value);
+ int dispatchId, const gwt::Value& value);
/**
* Tell the server that the client no longer has any references to the specified