Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / WebThreadSupportingGC.h
index c793e06..3c58d6d 100644 (file)
@@ -21,7 +21,7 @@ namespace blink {
 // thread allocates any objects managed by the Blink GC. The detach GC
 // method must be called on the WebThread during shutdown when the thread
 // no longer needs to access objects managed by the Blink GC.
-class PLATFORM_EXPORT WebThreadSupportingGC FINAL {
+class PLATFORM_EXPORT WebThreadSupportingGC final {
     WTF_MAKE_NONCOPYABLE(WebThreadSupportingGC);
 public:
     static PassOwnPtr<WebThreadSupportingGC> create(const char*);