| Index: webkit/glue/webdevtoolsagent.h
|
| ===================================================================
|
| --- webkit/glue/webdevtoolsagent.h (revision 17071)
|
| +++ webkit/glue/webdevtoolsagent.h (working copy)
|
| @@ -28,7 +28,9 @@
|
|
|
| virtual void Detach() = 0;
|
|
|
| - virtual void DispatchMessageFromClient(const std::string& raw_msg) = 0;
|
| + virtual void DispatchMessageFromClient(const std::string& class_name,
|
| + const std::string& method_name,
|
| + const std::string& raw_msg) = 0;
|
|
|
| virtual void InspectElement(int x, int y) = 0;
|
|
|
|
|