X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fcrypto%2FWorkerGlobalScopeCrypto.h;h=e0a196306ee38f0afd24aa543b6087325143b570;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=2088a3cd4464045668988ec435fd1a7afff3e208;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/crypto/WorkerGlobalScopeCrypto.h b/src/third_party/WebKit/Source/modules/crypto/WorkerGlobalScopeCrypto.h index 2088a3c..e0a1963 100644 --- a/src/third_party/WebKit/Source/modules/crypto/WorkerGlobalScopeCrypto.h +++ b/src/third_party/WebKit/Source/modules/crypto/WorkerGlobalScopeCrypto.h @@ -38,10 +38,9 @@ namespace blink { class Crypto; -class ExecutionContext; class WorkerGlobalScope; -class WorkerGlobalScopeCrypto FINAL : public NoBaseWillBeGarbageCollected, public WillBeHeapSupplement { +class WorkerGlobalScopeCrypto final : public NoBaseWillBeGarbageCollected, public WillBeHeapSupplement { WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeCrypto); public: static WorkerGlobalScopeCrypto& from(WillBeHeapSupplementable&);