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