Changeset 128106 in webkit


Ignore:
Timestamp:
Sep 10, 2012 2:18:15 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

Change -data-blackberry-webworks-context to -data-webworks-context
because not all webworks apps are blackberry apps.
https://bugs.webkit.org/show_bug.cgi?id=96297

Patch by Genevieve Mak <gmak@rim.com> on 2012-09-10
Reviewed by Antonio Gomes.

PR #193726
Rubber Stamped interally by Mike Fenton.

  • WebKitSupport/DOMSupport.cpp:

(BlackBerry::WebKit::DOMSupport::webWorksContext):

Location:
trunk/Source/WebKit/blackberry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/blackberry/ChangeLog

    r127984 r128106  
     12012-09-10  Genevieve Mak  <gmak@rim.com>
     2
     3        Change -data-blackberry-webworks-context to -data-webworks-context
     4        because not all webworks apps are blackberry apps.
     5        https://bugs.webkit.org/show_bug.cgi?id=96297
     6
     7        Reviewed by Antonio Gomes.
     8
     9        PR #193726
     10        Rubber Stamped interally by Mike Fenton.
     11
     12        * WebKitSupport/DOMSupport.cpp:
     13        (BlackBerry::WebKit::DOMSupport::webWorksContext):
     14
    1152012-09-09  Arvid Nilsson  <anilsson@rim.com>
    216
  • trunk/Source/WebKit/blackberry/WebKitSupport/DOMSupport.cpp

    r127782 r128106  
    122122        return WTF::String();
    123123
    124     DEFINE_STATIC_LOCAL(QualifiedName, webworksContextAttr, (nullAtom, "data-blackberry-webworks-context", nullAtom));
     124    DEFINE_STATIC_LOCAL(QualifiedName, webworksContextAttr, (nullAtom, "data-webworks-context", nullAtom));
    125125    if (element->fastHasAttribute(webworksContextAttr))
    126126        return element->fastGetAttribute(webworksContextAttr);
Note: See TracChangeset for help on using the changeset viewer.