Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . unity-chromium-extension (2.4.2-0ubuntu2.fdorn.1) UNRELEASED; urgency=low . * Fixed setCanGoPrevious Author: Florian Dorn --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- unity-chromium-extension-2.4.2.orig/chromium-extension/unity-api-page-proxy-builder-gen.js +++ unity-chromium-extension-2.4.2/chromium-extension/unity-api-page-proxy-builder-gen.js @@ -273,7 +273,7 @@ var UnityWebappsApiPageProxyBuilder = fu setCanGoPrevious: createArgumentsSanitaizer(null, [{ number: true }], function (context, v) { - backend('MediaPlayer.setCanGoPrevous', [v]); + backend('MediaPlayer.setCanGoPrevious', [v]); } ) ,