Changeset 78324 in webkit


Ignore:
Timestamp:
Feb 11, 2011 1:21:49 AM (13 years ago)
Author:
abarth@webkit.org
Message:

Fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/page/Crypto.h

    r78323 r78324  
    4444    static PassRefPtr<Crypto> create() { return adoptRef(new Crypto()); }
    4545
    46 #if ENABLE(WEBGL) || ENABLE(BLOG)
     46#if ENABLE(WEBGL) || ENABLE(BLOB)
    4747    void getRandomValues(ArrayBufferView*, ExceptionCode&);
    4848#endif
Note: See TracChangeset for help on using the changeset viewer.