X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fbindings%2Fcore%2Fv8%2Fcustom%2FV8HTMLAllCollectionCustom.cpp;h=f973a79c4213046eb16d405e38986aa9b4482c9a;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=16f6044a9c2a7ccd277e375e03f6671b94745fbf;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp b/src/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp index 16f6044..f973a79 100644 --- a/src/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp +++ b/src/third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLAllCollectionCustom.cpp @@ -98,7 +98,7 @@ void V8HTMLAllCollection::legacyCallCustom(const v8::FunctionCallbackInfoownerNode(); - UseCounter::count(ownerNode.document(), UseCounter::DocumentAllLegacyCall); + UseCounter::countIfNotPrivateScript(info.GetIsolate(), ownerNode.document(), UseCounter::DocumentAllLegacyCall); if (info.Length() == 1) { v8SetReturnValue(info, getItem(impl, info[0], info));