diff options
Diffstat (limited to 'ppapi/api')
-rw-r--r-- | ppapi/api/private/ppb_flash.idl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ppapi/api/private/ppb_flash.idl b/ppapi/api/private/ppb_flash.idl index f16cbc9..5327cab 100644 --- a/ppapi/api/private/ppb_flash.idl +++ b/ppapi/api/private/ppb_flash.idl @@ -103,12 +103,7 @@ enum PP_FlashCrashKey { /** * Specifies the document URL which contains the flash instance. */ - PP_FLASHCRASHKEY_URL = 1, - - /** - * Specifies the URL of the current swf. - */ - PP_FLASHCRASHKEY_RESOURCE_URL = 2 + PP_FLASHCRASHKEY_URL = 1 }; /** |