diff options
author | rubentopo@gmail.com <rubentopo@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 08:49:03 +0000 |
---|---|---|
committer | rubentopo@gmail.com <rubentopo@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 08:49:03 +0000 |
commit | d936677a24d0a18fc35935a999b066496f9a6ec7 (patch) | |
tree | 8943336492769d04e1cbe806b49912d32f485b8a /webkit/glue/webkitplatformsupport_impl.h | |
parent | df9416c847ceefdb4d1749cfd53866775f9a6535 (diff) | |
download | chromium_src-d936677a24d0a18fc35935a999b066496f9a6ec7.zip chromium_src-d936677a24d0a18fc35935a999b066496f9a6ec7.tar.gz chromium_src-d936677a24d0a18fc35935a999b066496f9a6ec7.tar.bz2 |
Category group support/Renamings.
Related review:
https://codereview.chromium.org/11823016/
BUG=168284
TEST=TraceEventTestFixture.Categories, TraceEventTestFixture.CategoryFilter
R=nduca
Review URL: https://chromiumcodereview.appspot.com/12150004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195109 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkitplatformsupport_impl.h')
-rw-r--r-- | webkit/glue/webkitplatformsupport_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h index 8c3802b..1c3a097 100644 --- a/webkit/glue/webkitplatformsupport_impl.h +++ b/webkit/glue/webkitplatformsupport_impl.h @@ -96,7 +96,7 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : virtual long* getTraceSamplingState(const unsigned thread_bucket); virtual void addTraceEvent( char phase, - const unsigned char* category_enabled, + const unsigned char* category_group_enabled, const char* name, unsigned long long id, int num_args, |