Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / child / service_worker / web_service_worker_registration_impl.cc
index 833d22b..12db531 100644 (file)
@@ -112,4 +112,8 @@ blink::WebURL WebServiceWorkerRegistrationImpl::scope() const {
   return handle_ref_->scope();
 }
 
+int64 WebServiceWorkerRegistrationImpl::registration_id() const {
+  return handle_ref_->registration_id();
+}
+
 }  // namespace content