diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 17:25:56 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 17:25:56 +0000 |
commit | 219d310caa54c41347ae5cf923aec8b768e0638f (patch) | |
tree | f4535c7d30ded5b24feb915d452fdfd4fe4172f8 /DEPS | |
parent | 6b6e17d7ab4550cbeebe397ac9c8ddfd83a2d256 (diff) | |
download | chromium_src-219d310caa54c41347ae5cf923aec8b768e0638f.zip chromium_src-219d310caa54c41347ae5cf923aec8b768e0638f.tar.gz chromium_src-219d310caa54c41347ae5cf923aec8b768e0638f.tar.bz2 |
Rename "ReadOnly" attribute to "v8ReadOnly".
Although this attribute is fairly self-describing, it is
difficult to look at IDL and know what is V8 specific. Since
this is something that we added, having it marked as such
greatly helps when reviewing.
Also rename:
v8OnInstance -> V8OnInstance
v8DisallowShadowing -> V8DisallowShadowing
v8DoNotCheckSignature -> V8DoNotCheckSignature
Review URL: http://codereview.chromium.org/39263
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ deps = { "http://googletest.googlecode.com/svn/trunk@167", "src/third_party/WebKit": - "/trunk/deps/third_party/WebKit@11119", + "/trunk/deps/third_party/WebKit@11122", "src/third_party/icu38": "/trunk/deps/third_party/icu38@10692", |