Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc |
index 93ef3840d62dec0267193366dc73fccde4a37ecd..558272ef9ad63a44a25932ffe86cef74ec3b7cfe 100644 |
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_var.cc |
@@ -129,6 +129,7 @@ std::string PluginVar::DebugString(const PP_Var& var) { |
} |
case PP_VARTYPE_ARRAY: |
case PP_VARTYPE_DICTIONARY: |
+ case PP_VARTYPE_ARRAY_BUFFER: |
NACL_NOTREACHED(); |
break; |
} |
@@ -191,6 +192,7 @@ void PluginVar::Print(const PP_Var& var) { |
break; |
case PP_VARTYPE_ARRAY: |
case PP_VARTYPE_DICTIONARY: |
+ case PP_VARTYPE_ARRAY_BUFFER: |
NACL_NOTREACHED(); |
break; |
} |