Class.getDeclaredConstructorOrMethod

Change-Id: I96e39e18d099b683c690bccc1ba93f310b3ee823
diff --git a/src/object.h b/src/object.h
index 8addcc6..055e6a9 100644
--- a/src/object.h
+++ b/src/object.h
@@ -1677,7 +1677,7 @@
   }
 
   Method* FindDeclaredVirtualMethod(const StringPiece& name,
-                                    const StringPiece& descriptor);
+                                    const StringPiece& signature);
 
   Method* FindVirtualMethod(const StringPiece& name,
                             const StringPiece& descriptor);