summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorwajahat.s@samsung.com <wajahat.s@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-15 10:29:44 +0000
committerwajahat.s@samsung.com <wajahat.s@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-15 10:29:44 +0000
commit00e83ddc5768db1d6d784930e746bfb8a3c60c5e (patch)
tree75c3af86f76ba0a88541153739b476bc983605d5 /AUTHORS
parent9c70c93c1ace3ae2e60ad8f9d0abe815e390fc6a (diff)
downloadchromium_src-00e83ddc5768db1d6d784930e746bfb8a3c60c5e.zip
chromium_src-00e83ddc5768db1d6d784930e746bfb8a3c60c5e.tar.gz
chromium_src-00e83ddc5768db1d6d784930e746bfb8a3c60c5e.tar.bz2
Correct the usage of finalize in TracingControllerAndroid class.
TracingControllerAndroid should destroy its native instance when it is done instead of relying on finalize() to destroy it, as vm does not guaranteed finalize() will be called. (source: http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#finalize%28%29) Implement destroy() to immediately destroy native instance. BUG=None. Review URL: https://codereview.chromium.org/386983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283177 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b14e93f..b6cad14 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -272,6 +272,7 @@ Mirela Budaes <mbudaes@adobe.com>
Mitchell Rosen <mitchellwrosen@chromium.org>
Mohamed I. Hammad <ibraaaa@gmail.com>
Mohamed Mansour <m0.interactive@gmail.com>
+Mohammed Wajahat Ali Siddiqui <wajahat.s@samsung.com>
Mrunal Kapade <mrunal.kapade@intel.com>
Myles C. Maxfield <mymax@amazon.com>
Naiem Shaik <naiem.shaik@gmail.com>